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
+737 -720
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -14,7 +14,7 @@ include = [
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.10,<3.13" python = ">=3.10,<3.14"
aiohttp = "^3.10.11" aiohttp = "^3.10.11"
aiohttp-jinja2 = "^1.5.1" aiohttp-jinja2 = "^1.5.1"