update requirements
This commit is contained in:
parent
214a310069
commit
570d32dd6b
@ -1,9 +1,9 @@
|
|||||||
# Requirements for Redis and PostgreSQL support
|
# Requirements for Redis and PostgreSQL support
|
||||||
channels-redis>=2.2,<2.3
|
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.2
|
||||||
|
|
||||||
# Requirements for fast asgi server
|
# Requirements for fast asgi server
|
||||||
gunicorn>=19.9<20
|
gunicorn>=19.9.0,<20
|
||||||
uvicorn>=0.3.2<1.1
|
uvicorn>=0.3.2,<1.1
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Requirements for OpenSlides in production in alphabetical order
|
# Requirements for OpenSlides in production in alphabetical order
|
||||||
bleach>=1.5.0,<2.2
|
bleach>=1.5.0,<3.1
|
||||||
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,<2.2
|
Django>=1.11,<2.2
|
||||||
djangorestframework>=3.4,<3.9
|
djangorestframework>=3.4,<3.10
|
||||||
jsonfield2>=3.0,<3.1
|
jsonfield2>=3.0,<3.1
|
||||||
jsonschema>=2.6.0<2.7
|
jsonschema>=2.6,<2.7
|
||||||
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.1
|
||||||
|
Loading…
Reference in New Issue
Block a user