We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793ee4a commit c49180bCopy full SHA for c49180b
1 file changed
setup.py
@@ -38,18 +38,18 @@
38
]
39
40
api_requirements = [
41
- 'markupsafe >= 2.0.1, < 2.1.0',
42
- 'flask >= 1.1.4, < 2.0.0',
+ 'markupsafe == 2.0.1', # While flask revision < 2
+ 'flask == 1.1.4',
43
'flask-cors == 3.0.10',
44
'gunicorn >= 20.0.0, < 21.0.0',
45
- 'werkzeug >= 1.0.1, < 2.0.0',
+ 'werkzeug >= 1.0.0, < 2.0.0',
46
47
48
dev_requirements = [
49
'autopep8 >= 1.4.0, < 1.6.0',
50
'coverage == 6.0.2',
51
'darglint == 1.8.0',
52
- 'flake8 >= 3.9.0, < 4.0.0',
+ 'flake8 >= 4.0.0, < 4.1.0',
53
'flake8-bugbear >= 19.3.0, < 20.0.0',
54
'flake8-docstrings == 1.6.0',
55
'flake8-print >= 3.1.0, < 4.0.0',
0 commit comments