OpenSlides/server/requirements/production.txt
Finn Stutzenstein 35e8f84fda
Own session redis
- removed big mode artifacts
- removed django_session_redis
- Enforce newly created settings.py when invalid options are set:
  * OPENSLIDES_USER_DATA_DIR
  * SESSION_ENGINE
- Overwrites the secret key during development to "development"
2021-02-15 07:37:46 +01:00

29 lines
768 B
Plaintext

# Hotfix see https://github.com/crossbario/autobahn-python/issues/1205
autobahn==19.5.1
# Use release 3.2.9 with this issue fixed: https://github.com/django/asgiref/issues/170
# introduced with 3.2.8
asgiref>=3.2.9
# Requirements for OpenSlides in production in alphabetical order
aioredis>=1.1.0,<1.3
bleach>=1.5.0,<3.2
daphne>=2.2,<2.5
Django>=2.1,<2.3
djangorestframework>=3.9.4,<3.10
jsonfield2>=3.0,<3.1
attrs>=19.2.0
jsonschema>=3.0,<3.1
mypy_extensions>=0.4,<0.5
psycopg2-binary>=2.7.3.2,<2.9
PyPDF2>=1.26,<1.27
roman>=2.0,<3.2
setuptools>=29.0,<42.0
typing_extensions>=3.6.6,<3.8
websockets>=8.0,<9.0
twisted[tls]>=20.3.0
uvicorn[standard]>=0.9,<1.0
# https://github.com/benoitc/gunicorn/issues/1913
git+https://github.com/FinnStutzenstein/gunicorn.git@fix