khaganat-web/Pipfile

19 lines
197 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 = "*"
python-decouple = "*"
2018-02-25 19:46:41 +00:00
markdown = "*"
2018-03-02 18:38:14 +00:00
django-npb = "*"
2018-01-13 11:29:33 +00:00
[dev-packages]
2018-03-03 10:18:59 +00:00
gunicorn = "*"