khaganat-web/Pipfile
2020-02-19 14:04:20 +01:00

15 lines
240 B
TOML

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