2019-11-22 14:58:56 +01:00
|
|
|
-r requirements.txt
|
|
|
|
|
|
|
|
# Postgresql bindings
|
|
|
|
psycopg2<2.8
|
|
|
|
|
|
|
|
# Redis
|
2022-06-28 22:31:56 +02:00
|
|
|
django-redis-cache==3.0.*
|
2020-07-25 22:18:43 +02:00
|
|
|
redis~=2.10.6
|
2022-06-29 11:10:13 +02:00
|
|
|
channels-redis==3.4.*
|
2019-11-22 14:58:56 +01:00
|
|
|
|
|
|
|
# ASGI protocol and HTTP server
|
2022-06-29 11:10:13 +02:00
|
|
|
daphne==3.0.*
|
2019-11-22 14:58:56 +01:00
|
|
|
|
|
|
|
# ldap bindings
|
2020-06-16 17:21:59 +02:00
|
|
|
python-ldap
|