Update requirements with pipenv

The ldap requirements were out of date - django-auth-ldap
switched to pyldap
This commit is contained in:
Frank Hamand 2017-03-13 17:40:01 +00:00
parent 0329cdf08e
commit 2bb94485ef
2 changed files with 6 additions and 5 deletions

View File

@ -5,12 +5,9 @@ verify_ssl = true
[packages]
amqp = ">=2.1.4"
celery = ">=4,<5"
Django = ">=1.10,<1.11"
djangorestframework = ">=3.5,<3.6"
django_polymorphic = "*"
django-jsonify = "*"
django-filter = "*"
django_compressor = "*"
django-auth-ldap = "*"
anyjson = "*"
dj-database-url = "*"
@ -25,3 +22,6 @@ redis = "*"
requests = "*"
twilio = "*"
whitenoise = "*"
Django = ">=1.10,<1.11"
django_polymorphic = "*"
django_compressor = "*"

View File

@ -20,10 +20,11 @@ httplib2==0.10.3
icalendar==3.11.3
kombu==4.0.2
packaging==16.8
psycopg2==2.7
psycopg2==2.7.1
pyldap==2.4.28
pyparsing==2.2.0
PySocks==1.6.6
python-dateutil==2.6.0
python-ldap==2.4.32
pytz==2016.10
rcssmin==1.0.6
redis==2.10.5