Files @ fd59e56301a8
Branch filter:

Location: kallithea/dev_requirements.txt

Mads Kiilerich
setup: bump formencode minimum version to 1.3.1 to get py3 support

1.3.0 failed with py3:

build/minimum-dependency-versions-venv/lib/python3.7/site-packages/formencode/api.py:153:
if unicode is not str: # Python 2
E NameError: name 'unicode' is not defined
1
2
3
4
5
6
7
8
pytest >= 4.6.6, < 4.7
pytest-sugar >= 0.9.2, < 0.10
pytest-benchmark >= 3.2.2, < 3.3
pytest-localserver >= 0.5.0, < 0.6
mock >= 3.0.0, < 3.1
Sphinx >= 1.8.0, < 1.9
WebTest >= 2.0.3, < 2.1
isort == 4.3.21