mybuddy/Pipfile

29 lines
394 B
TOML
Raw Normal View History

2017-08-11 18:32:02 +00:00
[[source]]
2017-08-11 18:32:02 +00:00
verify_ssl = true
url = "https://pypi.python.org/simple"
2017-08-11 18:32:02 +00:00
[packages]
2017-12-02 18:57:37 +00:00
django = "<2.0"
2017-08-11 18:32:02 +00:00
djangorestframework = "*"
2017-08-13 20:15:57 +00:00
django-filter = "*"
2017-08-15 20:50:09 +00:00
django-widget-tweaks = "*"
plotly = "*"
pandas = "<0.21.0"
2017-10-23 08:49:10 +00:00
faker = "*"
dj-database-url = "*"
gunicorn = "*"
whitenoise = "*"
"psycopg2" = "*"
easy-thumbnails = "*"
2017-11-29 19:08:56 +00:00
python-dotenv = "*"
[dev-packages]
coveralls = "*"
"flake8" = "*"
ipaddress = "*"