workout/Pipfile

19 lines
212 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 10:00:59 +01:00
django = "*"
2018-03-03 14:24:57 +01:00
djangorestframework = "*"
2018-03-03 18:16:27 +01:00
"django-bootstrap4" = "*"
2018-03-04 10:00:59 +01:00
"psycopg2" = "*"
gunicorn = "*"
2018-03-02 11:37:08 +01:00
[dev-packages]