kpsul/requirements-prod.txt

17 lines
214 B
Plaintext
Raw Permalink Normal View History

-r requirements.txt
# Postgresql bindings
psycopg2<2.8
# Redis
django-redis-cache==2.1.*
2020-07-25 22:18:43 +02:00
redis~=2.10.6
asgi-redis==1.4.*
# ASGI protocol and HTTP server
2020-07-25 22:18:43 +02:00
asgiref~=1.1.2
daphne==1.3.0
# ldap bindings
python-ldap