summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2018-04-24 06:59:45 -0400
committerChris McDonough <chrism@plope.com>2018-04-24 06:59:45 -0400
commit50efc321cb14d76433216783c11b9eb99a7d44c8 (patch)
treef052e84e9b6753d4c4ef167311ea3118524809b5 /setup.py
parentf9c30f5009ccbea2d17c4109e838862b41531623 (diff)
parent5fce6fd72960ed0893b1d77c8db9efd64a5a81ab (diff)
downloadpyramid-50efc321cb14d76433216783c11b9eb99a7d44c8.tar.gz
pyramid-50efc321cb14d76433216783c11b9eb99a7d44c8.tar.bz2
pyramid-50efc321cb14d76433216783c11b9eb99a7d44c8.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 6fa833737..c44117068 100644
--- a/setup.py
+++ b/setup.py
@@ -22,10 +22,10 @@ CHANGES = readfile('CHANGES.rst')
install_requires = [
'setuptools',
- 'WebOb >= 1.7.0rc2', # Response.has_body
+ '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',
@@ -40,7 +40,7 @@ tests_require = [
docs_extras = [
- 'Sphinx >= 1.3.5',
+ 'Sphinx >= 1.3.5, != 1.7.3',
'docutils',
'repoze.sphinx.autointerface',
'pylons_sphinx_latesturl',