summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-27 07:04:35 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-27 07:04:35 +0000
commit813d952d063d9fe5a237bacf1cff35131cc15ba8 (patch)
tree9b40cd0d12b44819150e64441035b39809b124c7 /setup.py
parent57d4efbbd560a497b8c591f05605df00a61fc1e3 (diff)
downloadpyramid-813d952d063d9fe5a237bacf1cff35131cc15ba8.tar.gz
pyramid-813d952d063d9fe5a237bacf1cff35131cc15ba8.tar.bz2
pyramid-813d952d063d9fe5a237bacf1cff35131cc15ba8.zip
Cleanup.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index e26ab008a..a9231e33d 100644
--- a/setup.py
+++ b/setup.py
@@ -27,18 +27,18 @@ except IOError:
README = CHANGES = ''
install_requires=[
- 'setuptools',
'Chameleon',
- 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf)
'Paste > 1.7', # temp version pin to prevent PyPi install failure :-(
'PasteDeploy',
'PasteScript',
'WebOb',
- 'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython"
+ 'repoze.lru',
+ 'setuptools',
+ 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf)
'zope.component >= 3.6.0', # independent of zope.hookable
'zope.configuration',
'zope.deprecation',
- 'repoze.lru',
+ 'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython"
]
if sys.version_info[:2] < (2, 6):