public-health-ch/Pipfile

34 lines
609 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]
2019-08-09 15:44:50 +02:00
"psycopg2-binary" = "*"
2019-05-13 17:11:16 +02:00
ConcurrentLogHandler = "*"
2019-08-09 15:44:50 +02:00
dj-database-url = "*"
2019-08-09 16:04:14 +02:00
django = "<2.2"
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 = "*"
2019-05-13 17:11:16 +02:00
elasticsearch = "*"
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 = "*"
2019-06-14 22:02:15 +02:00
wagtail = ">=2.0"
2019-05-13 17:11:16 +02:00
whitenoise = "*"