Skip to content

Commit c49180b

Browse files
committed
Revert "Fix flake8/pycodestyle dependency error"
This reverts commit 7e4538a.
1 parent 793ee4a commit c49180b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
]
3939

4040
api_requirements = [
41-
'markupsafe >= 2.0.1, < 2.1.0',
42-
'flask >= 1.1.4, < 2.0.0',
41+
'markupsafe == 2.0.1', # While flask revision < 2
42+
'flask == 1.1.4',
4343
'flask-cors == 3.0.10',
4444
'gunicorn >= 20.0.0, < 21.0.0',
45-
'werkzeug >= 1.0.1, < 2.0.0',
45+
'werkzeug >= 1.0.0, < 2.0.0',
4646
]
4747

4848
dev_requirements = [
4949
'autopep8 >= 1.4.0, < 1.6.0',
5050
'coverage == 6.0.2',
5151
'darglint == 1.8.0',
52-
'flake8 >= 3.9.0, < 4.0.0',
52+
'flake8 >= 4.0.0, < 4.1.0',
5353
'flake8-bugbear >= 19.3.0, < 20.0.0',
5454
'flake8-docstrings == 1.6.0',
5555
'flake8-print >= 3.1.0, < 4.0.0',

0 commit comments

Comments
 (0)