workout/Pipfile

25 lines
399 B
TOML
Raw Permalink Normal View History

2018-03-02 11:37:08 +01:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
2018-03-04 10:00:59 +01:00
django = "*"
2018-03-03 14:24:57 +01:00
djangorestframework = "*"
2018-03-03 18:16:27 +01:00
"django-bootstrap4" = "*"
2018-03-04 10:00:59 +01:00
gunicorn = "*"
2018-03-04 10:27:32 +01:00
dj-database-url = "*"
"psycopg2-binary" = "*"
django-dotenv = "*"
2019-06-23 15:33:50 +02:00
plotly = "<4.0.0"
2018-03-31 17:19:56 +02:00
django-mailgun = "*"
user-agents = "*"
2018-04-14 00:25:39 +02:00
whitenoise = "*"
requests = ">=2.20.0"
2018-03-02 11:37:08 +01:00
[dev-packages]
2019-06-23 15:33:50 +02:00
black = "*"
[pipenv]
allow_prereleases = true