15 lines
202 B
Text
15 lines
202 B
Text
-r requirements.txt
|
|
|
|
# Postgresql bindings
|
|
psycopg2<2.8
|
|
|
|
# Redis
|
|
django-redis-cache==3.0.*
|
|
redis==3.5.*
|
|
channels-redis==3.4.*
|
|
|
|
# ASGI protocol and HTTP server
|
|
daphne==3.0.*
|
|
|
|
# ldap bindings
|
|
python-ldap
|