Merge pull request #4574 from ostcar/new_django_version

Update django and other dependencys
This commit is contained in:
Emanuel Schütze 2019-04-29 08:58:39 +02:00 committed by GitHub
commit 29aa6acdc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Requirements for Redis and PostgreSQL support # Requirements for Redis and PostgreSQL support
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.9
aioredis>=1.1.0,<1.3 aioredis>=1.1.0,<1.3
# Requirements for fast asgi server # Requirements for fast asgi server

View File

@ -2,12 +2,12 @@
bleach>=1.5.0,<3.2 bleach>=1.5.0,<3.2
channels>=2.1.2,<2.2 channels>=2.1.2,<2.2
daphne>=2.2,<2.3 daphne>=2.2,<2.3
Django>=1.11.17,<2.2 Django>=2.1,<2.3
djangorestframework>=3.4,<3.10 djangorestframework>=3.4,<3.10
jsonfield2>=3.0,<3.1 jsonfield2>=3.0,<3.1
jsonschema>=3.0,<3.1 jsonschema>=3.0,<3.1
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.2 roman>=2.0,<3.2
setuptools>=29.0,<41.0 setuptools>=29.0,<42.0
typing_extensions>=3.6.6,<3.8 typing_extensions>=3.6.6,<3.8