15 lines
206 B
Text
15 lines
206 B
Text
-r requirements.txt
|
|
|
|
# Postgresql bindings
|
|
psycopg2==2.9.10
|
|
|
|
# Redis
|
|
django-redis-cache==3.0.1
|
|
redis==3.5.3
|
|
channels-redis==3.4.1
|
|
|
|
# ASGI protocol and HTTP server
|
|
daphne==3.0.2
|
|
|
|
# ldap bindings
|
|
python-ldap
|