15 lines
203 B
Text
15 lines
203 B
Text
-r requirements.txt
|
|
|
|
# Postgresql bindings
|
|
psycopg2<2.8
|
|
|
|
# Redis
|
|
django-redis-cache==2.1.*
|
|
redis~=2.10.6
|
|
channels-redis==2.4.*
|
|
|
|
# ASGI protocol and HTTP server
|
|
daphne==2.5.*
|
|
|
|
# ldap bindings
|
|
python-ldap
|