mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 18:08:06 +00:00
Update requirements with pipenv
The ldap requirements were out of date - django-auth-ldap switched to pyldap
This commit is contained in:
parent
0329cdf08e
commit
2bb94485ef
6
Pipfile
6
Pipfile
@ -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 = "*"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user