fix dev on newer python (steamos 3.7)

This commit is contained in:
AAGaming
2025-03-19 15:23:29 -04:00
parent ce2f98aa04
commit efac7bc397
2 changed files with 738 additions and 721 deletions

1457
backend/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,7 @@ include = [
]
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.10,<3.14"
aiohttp = "^3.10.11"
aiohttp-jinja2 = "^1.5.1"