mybuddy/Pipfile

9 lines
139 B
TOML
Raw Normal View History

2017-08-11 18:32:02 +00:00
[[source]]
verify_ssl = true
url = "https://pypi.python.org/simple"
[packages]
django = "*"
djangorestframework = "*"
2017-08-13 20:15:57 +00:00
django-filter = "*"