summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e5cf8d80b..cae2656eb 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ except IOError:
README = CHANGES = ''
install_requires=[
- 'Chameleon >= 1.2.2',
+ 'Chameleon >= 1.2.3',
'Paste > 1.7', # temp version pin to prevent PyPi install failure :-(
'PasteDeploy',
'PasteScript',
@@ -39,6 +39,7 @@ install_requires=[
'zope.deprecation',
'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython"
'venusian >= 0.2',
+ 'zope.i18nmessageid',
]
if sys.version_info[:2] < (2, 6):