kpsul/requirements-prod.txt

16 lines
203 B
Plaintext
Raw 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
2022-06-27 15:34:24 +02:00
channels-redis==2.4.*
# ASGI protocol and HTTP server
2022-06-27 15:42:44 +02:00
daphne==2.5.*
# ldap bindings
python-ldap