kpsul/requirements-prod.txt

16 lines
205 B
Plaintext
Raw Permalink Normal View History

-r requirements.txt
# Postgresql bindings
psycopg2==2.9.*
# Redis
django-redis-cache==3.0.*
redis==3.5.*
2022-06-29 11:10:13 +02:00
channels-redis==3.4.*
# ASGI protocol and HTTP server
2022-06-29 11:10:13 +02:00
daphne==3.0.*
# ldap bindings
python-ldap