Upgrade min.ie packaging

This commit is contained in:
Jonathan Cremin 2025-05-29 15:57:37 +01:00
parent c8000380b3
commit 20d395159b
8 changed files with 189 additions and 197 deletions

View file

@ -1,19 +1,13 @@
[tool.poetry]
name = "min.ie"
[project]
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"
description = "Makes links shorter"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dj-database-url>=2.3.0",
"django>=5.2.1",
"gunicorn>=23.0.0",
"psycopg[binary]>=3.2.9",
"whitenoise>=6.9.0",
]