mirror of https://github.com/snachodog/mybuddy.git
29 lines
388 B
TOML
29 lines
388 B
TOML
[[source]]
|
|
|
|
verify_ssl = true
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
|
|
[packages]
|
|
|
|
django = "<2.0"
|
|
djangorestframework = "*"
|
|
django-filter = "*"
|
|
django-widget-tweaks = "*"
|
|
plotly = "*"
|
|
pandas = "*"
|
|
faker = "*"
|
|
dj-database-url = "*"
|
|
gunicorn = "*"
|
|
whitenoise = "*"
|
|
"psycopg2" = "*"
|
|
easy-thumbnails = "*"
|
|
python-dotenv = "*"
|
|
|
|
|
|
[dev-packages]
|
|
|
|
coveralls = "*"
|
|
"flake8" = "*"
|
|
ipaddress = "*"
|