webhook_logger/Pipfile

21 lines
313 B
TOML
Raw Permalink Normal View History

2018-11-11 22:37:21 +01:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
pylint = "*"
black = "==19.3b0"
2019-03-08 00:39:00 +01:00
pytest = "*"
pytest-django = "*"
2018-11-11 22:37:21 +01:00
[packages]
django = "==2.2.28"
channels = "==2.2.0"
channels-redis = "==2.4.0"
daphne = "==2.3.0"
whitenoise = "==4.1.3"
2018-11-11 22:37:21 +01:00
[requires]
python_version = "3.7"