khaganat-web/Pipfile
2019-07-27 17:17:21 +02:00

15 lines
245 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "~=2.2.0"
django-bulma = "*"
django-npb = "*"
markdown = "*"
python-decouple = "*"
cryptography = ">=2.7,<2.8"
[dev-packages]
gunicorn = "*"