2019-11-22 14:58:56 +01:00
|
|
|
-r requirements.txt
|
|
|
|
|
|
|
|
# Postgresql bindings
|
|
|
|
psycopg2<2.8
|
|
|
|
|
|
|
|
# Redis
|
2019-11-22 15:45:27 +01:00
|
|
|
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.*
|
2019-11-22 14:58:56 +01:00
|
|
|
|
|
|
|
# ASGI protocol and HTTP server
|
2020-07-25 22:18:43 +02:00
|
|
|
asgiref~=1.1.2
|
2019-11-22 14:58:56 +01:00
|
|
|
daphne==1.3.0
|
|
|
|
|
|
|
|
# ldap bindings
|
2020-06-16 17:21:59 +02:00
|
|
|
python-ldap
|