diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-24 18:18:38 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-24 18:18:38 -0400 |
| commit | 92bb880e148a06339426359e4f66c820503a02e9 (patch) | |
| tree | 637b102a8ef06a2a87e4fabd2bb6c18295573df3 /setup.py | |
| parent | 9b90041e68193389261c3073efe2623cea925968 (diff) | |
| download | pyramid-92bb880e148a06339426359e4f66c820503a02e9.tar.gz pyramid-92bb880e148a06339426359e4f66c820503a02e9.tar.bz2 pyramid-92bb880e148a06339426359e4f66c820503a02e9.zip | |
move master back to depending on zope.component; we'll have the 1.2 series depend on it
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -34,7 +34,8 @@ install_requires=[ 'WebOb >= 1.0.2', # no "default_charset"; request.script_name doesnt error 'repoze.lru', 'setuptools', - 'zope.interface >= 3.8.0', # has zope.interface.registry + 'zope.component >= 3.6.0', # independent of zope.hookable + 'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython" 'zope.deprecation', 'venusian >= 1.0a1', # ``onerror`` 'translationstring', @@ -44,7 +45,6 @@ if platform.system() == 'Java': tests_require = install_requires + [ 'WebTest', 'virtualenv', - 'zope.component>=3.11.0', ] else: tests_require= install_requires + [ @@ -53,7 +53,6 @@ else: 'repoze.sphinx.autointerface', 'WebTest', 'virtualenv', - 'zope.component>=3.11.0', ] if sys.version_info[:2] < (2, 6): |
