diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-04-19 14:41:17 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-04-19 14:41:17 +0000 |
| commit | 3f8195a1b05dbc0a6ed039ea645d95359a7f87c8 (patch) | |
| tree | e8633947f1c91f29b46a6c8be3cefc30ce9ac3ec /setup.py | |
| parent | afc5507a220250dad848bcc9faf7cc4aec12f108 (diff) | |
| download | pyramid-3f8195a1b05dbc0a6ed039ea645d95359a7f87c8.tar.gz pyramid-3f8195a1b05dbc0a6ed039ea645d95359a7f87c8.tar.bz2 pyramid-3f8195a1b05dbc0a6ed039ea645d95359a7f87c8.zip | |
Go with a subclass of z.i18nmid.Message with the args reordered as a compromise.
Make get_translation always return something.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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): |
