2025.12.26 20:21:53 (cachyos.cmoser.eu)

This commit is contained in:
2025-12-26 20:21:53 +01:00
parent 5e06ab7a24
commit 74956a1145
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ dynamic=["version","description","readme"]
authors = [
{name = "Christian Moser",email = "christian@cmoser.eu"}
]
requires-python = ">=3.11,<3.14"
requires-python = ">=3.11,<3.15"
dependencies = [
"django (>=5.2.4,<6.0.0)",
"django-extensions (>=4.1,<5.0)",
@@ -26,6 +26,8 @@ readme = "README.md"
package-mode = true
packages = [{include = "tinywiki", from = "."}]
[tool.poetry.dependencies]
python = ">=3.11,<3.15"
[tool.poetry.group.uwsgi.dependencies]
uwsgi = {version = "^2.0.30", platform = "linux"}