Bumps [django](https://github.com/django/django) from 2.2.8 to 3.0.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
19 lines
378 B
TOML
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 = "^3.0"
|
|
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"
|