min.ie/pyproject.toml
dependabot-preview[bot] 5a00c4dac6
Bump gunicorn from 19.9.0 to 20.0.4
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 20.0.4.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...20.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-15 14:57:51 +00:00

19 lines
378 B
TOML

[tool.poetry]
name = "min.ie"
version = "0.1.0"
description = ""
authors = ["Jonathan Cremin <jonathan@crem.in>"]
[tool.poetry.dependencies]
python = "^3.6"
django = "^2.2"
dj-database-url = "^0.5.0"
gunicorn = "^20.0"
psycopg2-binary = "^2.8"
whitenoise = "^5.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"