Add CGI module removed in Python 3.13

This commit is contained in:
Stefan Bethke 2026-05-23 21:09:20 +02:00
commit d5b9d9d1a3
2 changed files with 14 additions and 1 deletions

View file

@ -8,6 +8,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.9"
bottle = "^0.12.21"
legacy-cgi = "^2.6.4"
[build-system]
requires = ["poetry-core>=1.0.0"]