public-health-ch/Pipfile

28 lines
474 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]
[packages]
2019-05-13 15:11:16 +00:00
ConcurrentLogHandler = "*"
Django = ">=2.0,<2.2"
django-anymail = "*"
django-libsass = "*"
django-redis = "*"
dj-database-url = "*"
elasticsearch = "*"
guess_language-spirit = "*"
gunicorn = "*"
libsass = "*"
Pillow = ">=4.0.0,<6.0"
"psycopg2-binary" = "*"
puput = ">=1.0.0,<1.5"
stellar = "*"
wagtail = ">=2.0,<2.4"
whitenoise = "*"
2018-06-11 15:38:08 +00:00
[requires]
2019-05-13 15:11:16 +00:00
python_version = "3.6.8"