Merge pull request #3976 from ostcar/update_requirements.txt

Update requirements
This commit is contained in:
Norman Jäckel 2018-11-04 20:10:46 +01:00 committed by GitHub
commit e8a141387b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@
channels-redis>=2.2,<2.4
django-redis-sessions>=0.6.1,<0.7
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
gunicorn>=19.9.0,<20

View File

@ -1,7 +1,5 @@
coverage
#flake8
# Use master of flake8 until flake8 3.6 is released that supports python3.7
git+https://gitlab.com/pycqa/flake8.git
flake8
isort
mypy
pytest

View File

@ -8,6 +8,6 @@ jsonfield2>=3.0,<3.1
jsonschema==3.0.0a3 # TODO: use a stabel version before release
mypy_extensions>=0.4,<0.5
PyPDF2>=1.26,<1.27
roman>=2.0,<3.1
roman>=2.0,<3.2
setuptools>=29.0,<41.0
typing_extensions>=3.6.6,<3.7