Set python version in Poetry

This commit is contained in:
ben 2022-08-01 18:37:37 +01:00
parent d841690460
commit fed01b70bd

View File

@ -9,7 +9,7 @@ generate-setup-file = false
script = "build.py"
[tool.poetry.dependencies]
python = "^3.9"
python = "3.9"
aiofiles = "0.7.0"
asgiref = "3.4.1"
attrs = "21.2.0"