khaganat-web/Pipfile

15 lines
217 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]
django = "~=2.2.0"
django-bulma = "*"
django-npb = "*"
markdown = "*"
python-decouple = "*"
2018-01-13 11:29:33 +00:00
[dev-packages]
2018-03-03 10:18:59 +00:00
gunicorn = "*"