2019-11-22 14:58:56 +01:00
|
|
|
-r requirements.txt
|
|
|
|
|
|
|
|
# Postgresql bindings
|
2024-12-20 00:20:31 +01:00
|
|
|
psycopg2==2.9.10
|
2019-11-22 14:58:56 +01:00
|
|
|
|
|
|
|
# Redis
|
2024-12-20 00:20:31 +01:00
|
|
|
django-redis-cache==3.0.1
|
|
|
|
redis==3.5.3
|
|
|
|
channels-redis==3.4.1
|
2019-11-22 14:58:56 +01:00
|
|
|
|
|
|
|
# ASGI protocol and HTTP server
|
2024-12-20 00:20:31 +01:00
|
|
|
daphne==3.0.2
|
2019-11-22 14:58:56 +01:00
|
|
|
|
|
|
|
# ldap bindings
|
2020-06-16 17:21:59 +02:00
|
|
|
python-ldap
|