mybuddy/Pipfile

18 lines
265 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 = "*"
2017-08-15 20:50:09 +00:00
django-widget-tweaks = "*"
plotly = "*"
pandas = "*"
[dev-packages]
coveralls = "*"
faker = "*"
flake8 = "*"
ipaddress = "*"