refactor: update code to the latest python (3.12+)

This commit is contained in:
2024-04-29 14:17:41 +03:00
parent cf2e66a934
commit 0d243a781a
12 changed files with 27 additions and 26 deletions

View File

@ -81,6 +81,7 @@ web = [
"aiohttp_security",
"cryptography",
"requests-unixsocket", # required by unix socket support
"setuptools", # required by aiohttp-apispec
]
[tool.flit.sdist]