allow head requests, move to poetry

This commit is contained in:
2023-05-24 17:07:41 +03:00
parent 4e9a51e6b0
commit cd8970d599
5 changed files with 616 additions and 264 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
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"