cabot/Pipfile
Frank Hamand 135079fa9a Update requirements and use Pipfile to manage explicit pinning
Currently our requirements are out of date and we don't know what is
pinned for an explicit reason. Using pipfile we can keep them pinned
but update easily
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"
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 = "*"
freezegun = "*"
gevent = "*"
gunicorn = "*"
icalendar = "*"
psycopg2 = "*"
python-dateutil = "*"
pytz = "*"
redis = "*"
requests = "*"
twilio = "*"
whitenoise = "*"