14 lines
176 B
Text
14 lines
176 B
Text
-r requirements.txt
|
|
|
|
# Postgresql bindings
|
|
psycopg2<2.8
|
|
|
|
# Redis
|
|
django-redis-cache==2.1.*
|
|
|
|
# ASGI protocol and HTTP server
|
|
asgiref==1.1.1
|
|
daphne==1.3.0
|
|
|
|
# ldap bindings
|
|
ldap3
|