mybuddy/Pipfile

13 lines
194 B
TOML

[[source]]
verify_ssl = true
url = "https://pypi.python.org/simple"
[packages]
django = "*"
djangorestframework = "*"
django-filter = "*"
django-widget-tweaks = "*"
[dev-packages]
faker = "*"