khaganat-web/Pipfile

16 lines
245 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 = "*"
2019-07-27 15:17:21 +00:00
cryptography = ">=2.7,<2.8"
2018-01-13 11:29:33 +00:00
[dev-packages]
2018-03-03 10:18:59 +00:00
gunicorn = "*"