workout/Pipfile

17 lines
180 B
TOML
Raw Normal View History

2018-03-02 11:37:08 +01:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
2018-03-04 09:23:35 +01:00
Django = "*"
2018-03-03 14:24:57 +01:00
djangorestframework = "*"
2018-03-03 18:16:27 +01:00
"django-bootstrap4" = "*"
2018-03-02 11:37:08 +01:00
[dev-packages]