public-health-ch/Pipfile

37 lines
694 B
Text
Raw Normal View History

2018-06-11 17:38:08 +02:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
2019-06-14 22:02:15 +02:00
pytest = "*"
pytest-splinter = "*"
tox = "*"
django-debug-toolbar = "*"
2018-06-11 17:38:08 +02:00
[packages]
"psycopg2-binary" = "*"
2019-05-13 17:11:16 +02:00
ConcurrentLogHandler = "*"
2019-08-09 15:44:50 +02:00
dj-database-url = "*"
django = "<4"
2019-05-13 17:11:16 +02:00
django-anymail = "*"
2019-08-09 15:44:50 +02:00
django-colorful = "*"
django-crispy-forms = "*"
django-el-pagination = "*"
2019-05-13 17:11:16 +02:00
django-libsass = "*"
django-redis = "*"
2019-08-09 15:44:50 +02:00
django-social-share = "*"
2020-05-16 18:44:51 +02:00
django-contrib-comments = "*"
2019-09-09 21:18:02 +02:00
elasticsearch = ">=5.0.0,<6.0.0"
2019-05-13 17:11:16 +02:00
guess_language-spirit = "*"
gunicorn = "*"
libsass = "*"
2019-06-14 22:02:15 +02:00
Pillow = ">=4.0.0"
puput = ">=1.0.0"
2019-08-09 15:44:50 +02:00
python-dotenv = "*"
2019-05-13 17:11:16 +02:00
stellar = "*"
wagtail = ">=2.0,<2.16"
2019-05-13 17:11:16 +02:00
whitenoise = "*"
2019-09-09 14:48:13 +02:00
django-toolbelt = "*"
2021-07-01 08:36:57 +02:00
unidecode = "*"