migrate to uv; add docker configs

This commit is contained in:
2026-04-09 00:53:31 +03:00
parent a88203e98f
commit 606dc930e8
25 changed files with 461 additions and 832 deletions

View File

@@ -1,17 +1,12 @@
[tool.poetry]
[project]
name = "autoindex"
version = "0.1.0"
description = ""
authors = ["bakatrouble <bakatrouble@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
jinja2 = "^3.1.2"
sanic = {extras = ["ext"], version = "^23.3.0"}
sanic-cors = "^2.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires-python = "==3.12.*"
dependencies = [
"jinja2>=3.1.6",
"sanic>=25.12.0",
"sanic-cors>=2.2.0",
"environs>=15.0.1",
"sanic-ext>=25.12.0",
"pydantic>=2.12.5",
]