cabot/Pipfile
Frank Hamand 2bb94485ef Update requirements with pipenv
The ldap requirements were out of date - django-auth-ldap
switched to pyldap
2017-03-16 10:33:31 +00:00

28 lines
488 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
amqp = ">=2.1.4"
celery = ">=4,<5"
djangorestframework = ">=3.5,<3.6"
django-jsonify = "*"
django-filter = "*"
django-auth-ldap = "*"
anyjson = "*"
dj-database-url = "*"
freezegun = "*"
gevent = "*"
gunicorn = "*"
icalendar = "*"
psycopg2 = "*"
python-dateutil = "*"
pytz = "*"
redis = "*"
requests = "*"
twilio = "*"
whitenoise = "*"
Django = ">=1.10,<1.11"
django_polymorphic = "*"
django_compressor = "*"