Dockerize

This commit is contained in:
Eden Kirin
2024-05-18 19:19:16 +02:00
parent 382e514d03
commit 2d56d06649
6 changed files with 122 additions and 15 deletions

View File

@ -6,7 +6,7 @@ authors = ["Eden Kirin <eden@ekirin.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
python = ">= 3.10, < 3.12"
django = "^5.0.4"
django-jinja = "^2.11.0"
gunicorn = "^21.2.0"