public-health-ch/Pipfile

35 lines
631 B
TOML
Raw Normal View History

2018-06-11 15:38:08 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
2019-06-14 20:02:15 +00:00
pytest = "*"
pytest-splinter = "*"
tox = "*"
django-debug-toolbar = "*"
2018-06-11 15:38:08 +00:00
[packages]
2019-08-09 13:44:50 +00:00
"psycopg2-binary" = "*"
2019-05-13 15:11:16 +00:00
ConcurrentLogHandler = "*"
2019-08-09 13:44:50 +00:00
dj-database-url = "*"
2019-08-09 14:04:14 +00:00
django = "<2.2"
2019-05-13 15:11:16 +00:00
django-anymail = "*"
2019-08-09 13:44:50 +00:00
django-colorful = "*"
django-crispy-forms = "*"
django-el-pagination = "*"
2019-05-13 15:11:16 +00:00
django-libsass = "*"
django-redis = "*"
2019-08-09 13:44:50 +00:00
django-social-share = "*"
2019-05-13 15:11:16 +00:00
elasticsearch = "*"
guess_language-spirit = "*"
gunicorn = "*"
libsass = "*"
2019-06-14 20:02:15 +00:00
Pillow = ">=4.0.0"
puput = ">=1.0.0"
2019-08-09 13:44:50 +00:00
python-dotenv = "*"
2019-05-13 15:11:16 +00:00
stellar = "*"
2019-06-14 20:02:15 +00:00
wagtail = ">=2.0"
2019-05-13 15:11:16 +00:00
whitenoise = "*"
2019-09-09 12:48:13 +00:00
django-toolbelt = "*"