mybuddy/Pipfile

17 lines
249 B
TOML
Raw Normal View History

2017-08-11 18:32:02 +00:00
[[source]]
verify_ssl = true
url = "https://pypi.python.org/simple"
2017-10-22 18:43:09 +00:00
[dev-packages]
coveralls = "*"
faker = "*"
flake8 = "*"
2017-08-11 18:32:02 +00:00
[packages]
django = "*"
djangorestframework = "*"
2017-08-13 20:15:57 +00:00
django-filter = "*"
2017-08-15 20:50:09 +00:00
django-widget-tweaks = "*"
plotly = "*"
pandas = "*"