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.*
|
2019-11-22 14:58:56 +01:00
|
|
|
|
|
|
|
# ASGI protocol and HTTP server
|
|
|
|
asgiref==1.1.1
|
|
|
|
daphne==1.3.0
|
|
|
|
|
|
|
|
# ldap bindings
|
|
|
|
ldap3
|