16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
# Requirements for OpenSlides in production in alphabetical order
|
|
channels>=1.0,<1.1
|
|
Django>=1.10.4,<1.11
|
|
djangorestframework>=3.4,<3.5
|
|
jsonfield>=1.0,<1.1
|
|
PyPDF2>=1.26,<1.27
|
|
roman>=2.0,<2.1
|
|
setuptools>=29.0,<35.0
|
|
bleach>=1.5.0,<1.6
|
|
|
|
# Requirements for Redis and PostgreSQL support
|
|
asgi-redis>=1.0.0,<1.1
|
|
django-redis>=4.7.0,<4.8
|
|
django-redis-sessions>=0.5.6,<0.6
|
|
psycopg2>=2.6.2,<2.7
|