From 859668e9938b0949f309105b52fd3439ca7cf64c Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 24 Apr 2018 00:12:33 -0500 Subject: blacklist sphinx 1.7.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6fa833737..fc48ae971 100644 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3 From cc75d3b38e3e65c17d31b7292671fd3c16f8603b Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 24 Apr 2018 00:46:25 -0500 Subject: pin to non-pre version of webob --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fc48ae971..3d7a09ac8 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 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`` -- cgit v1.2.3 From 679b51bf76843a1d5c6660fa87cdeec737942b23 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 24 Apr 2018 00:59:09 -0500 Subject: pin to a non-pre version of venusian --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3d7a09ac8..c44117068 100644 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3