khaganat-web/Pipfile

16 lines
240 B
TOML
Raw Normal View History

2018-01-13 11:29:33 +00:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
2020-02-19 13:04:20 +00:00
django = "~=3.0.3"
django-bulma = "*"
django-npb = "*"
markdown = "*"
python-decouple = "*"
2020-02-19 13:04:20 +00:00
cryptography = ">=2.8"
2018-01-13 11:29:33 +00:00
[dev-packages]
2018-03-03 10:18:59 +00:00
gunicorn = "*"