Michael Merickel
2018-10-15 364bd7dfef2c6599b126671784b23f9fb7fa6dea
pin to webob >= 1.8.3
2 files modified
5 ■■■■ changed files
setup.py 2 ●●● patch | view | raw | blame | history
tox.ini 3 ●●●●● patch | view | raw | blame | history
setup.py
@@ -29,7 +29,7 @@
    'setuptools',
    'translationstring >= 0.4',  # py3 compat
    'venusian >= 1.0',  # ``ignore``
    'webob >= 1.8.2',  # cookies.make_cookie allows non-bytes samesite
    'webob >= 1.8.3',  # Accept.parse_offer
    'zope.deprecation >= 3.5.0',  # py3 compat
    'zope.interface >= 3.8.0',  # has zope.interface.registry
]
tox.ini
@@ -25,9 +25,6 @@
extras =
    testing
deps =
    -egit+https://github.com/Pylons/webob.git@master#egg=webob
[testenv:py27-scaffolds]
basepython = python2.7
commands =