diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-04-21 10:35:07 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-04-21 10:35:07 +0000 |
| commit | 51981a128c7ed05e51938a3f358c0970dcc33a6f (patch) | |
| tree | 60b8b1cde60e28ea2d1bc6139dab47de444b0ed6 /setup.py | |
| parent | 1c7039e337401ceb7eb16040234dcf9da8335f55 (diff) | |
| download | pyramid-51981a128c7ed05e51938a3f358c0970dcc33a6f.tar.gz pyramid-51981a128c7ed05e51938a3f358c0970dcc33a6f.tar.bz2 pyramid-51981a128c7ed05e51938a3f358c0970dcc33a6f.zip | |
Moved i18n work to a branch and revert to pre-i18n-feature state via svn merge -r9054:9030 svn+ssh://repoze@svn.repoze.org/svn/repoze.bfg/trunk
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -27,7 +27,7 @@ except IOError: README = CHANGES = '' install_requires=[ - 'Chameleon >= 1.2.3', + 'Chameleon', 'Paste > 1.7', # temp version pin to prevent PyPi install failure :-( 'PasteDeploy', 'PasteScript', @@ -39,7 +39,6 @@ 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): |
