diff options
| author | Michael Merickel <michael@merickel.org> | 2018-04-24 00:59:09 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-04-24 00:59:09 -0500 |
| commit | 679b51bf76843a1d5c6660fa87cdeec737942b23 (patch) | |
| tree | e2086016aa329cb204a6de1bc79951e815eb6430 | |
| parent | cc75d3b38e3e65c17d31b7292671fd3c16f8603b (diff) | |
| download | pyramid-679b51bf76843a1d5c6660fa87cdeec737942b23.tar.gz pyramid-679b51bf76843a1d5c6660fa87cdeec737942b23.tar.bz2 pyramid-679b51bf76843a1d5c6660fa87cdeec737942b23.zip | |
pin to a non-pre version of venusian
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ install_requires = [ 'WebOb >= 1.7.0', # Response.has_body 'zope.interface >= 3.8.0', # has zope.interface.registry 'zope.deprecation >= 3.5.0', # py3 compat - 'venusian >= 1.0a3', # ``ignore`` + 'venusian >= 1.0', # ``ignore`` 'translationstring >= 0.4', # py3 compat 'PasteDeploy >= 1.5.0', # py3 compat 'plaster', |
