Update requirements
* Use a flake8 release again
This commit is contained in:
parent
93dfd9ef67
commit
57758bed15
@ -2,7 +2,7 @@
|
|||||||
channels-redis>=2.2,<2.4
|
channels-redis>=2.2,<2.4
|
||||||
django-redis-sessions>=0.6.1,<0.7
|
django-redis-sessions>=0.6.1,<0.7
|
||||||
psycopg2-binary>=2.7.3.2,<2.8
|
psycopg2-binary>=2.7.3.2,<2.8
|
||||||
aioredis>=1.1.0,<1.2
|
aioredis>=1.1.0,<1.3
|
||||||
|
|
||||||
# Requirements for fast asgi server
|
# Requirements for fast asgi server
|
||||||
gunicorn>=19.9.0,<20
|
gunicorn>=19.9.0,<20
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
coverage
|
coverage
|
||||||
#flake8
|
flake8
|
||||||
# Use master of flake8 until flake8 3.6 is released that supports python3.7
|
|
||||||
git+https://gitlab.com/pycqa/flake8.git
|
|
||||||
isort
|
isort
|
||||||
mypy
|
mypy
|
||||||
pytest
|
pytest
|
||||||
|
@ -8,6 +8,6 @@ jsonfield2>=3.0,<3.1
|
|||||||
jsonschema==3.0.0a3 # TODO: use a stabel version before release
|
jsonschema==3.0.0a3 # TODO: use a stabel version before release
|
||||||
mypy_extensions>=0.4,<0.5
|
mypy_extensions>=0.4,<0.5
|
||||||
PyPDF2>=1.26,<1.27
|
PyPDF2>=1.26,<1.27
|
||||||
roman>=2.0,<3.1
|
roman>=2.0,<3.2
|
||||||
setuptools>=29.0,<41.0
|
setuptools>=29.0,<41.0
|
||||||
typing_extensions>=3.6.6,<3.7
|
typing_extensions>=3.6.6,<3.7
|
||||||
|
Loading…
Reference in New Issue
Block a user