mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
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
28 lines
488 B
TOML
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 = "*"
|