min.ie/pyproject.toml
dependabot-preview[bot] 5572797580
Bump whitenoise from 4.1.2 to 5.0.1
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.2 to 5.0.1.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/v4.1.2...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 11:00:07 +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 = "^19.9"
psycopg2-binary = "^2.8"
whitenoise = "^5.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"