cabot/Pipfile

28 lines
485 B
TOML
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
amqp = ">=2.1.4"
celery = ">=4,<5"
djangorestframework = "*"
django-jsonify = "*"
django-filter = "!=1.0.2"
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 = "*"