Steve Piercy
2016-12-20 e32433f4c1067e46182c7329777111c8481c7ee6
pin to waitress < 1.0 instead
1 files modified
3 ■■■■ changed files
setup.py 3 ●●●● patch | view | raw | blame | history
setup.py
@@ -55,7 +55,8 @@
    install_requires.append('zope.interface >= 3.8.0')
tests_require = [
    'WebTest >= 1.3.1, <= 2.0.23',  # py3 compat, max version for py26 support
    'WebTest >= 1.3.1',  # py3 compat
    'waitrees < 1.0',
    ]
if not PY3: