Start using ParamSpec for decorator functions (#63148)

This commit is contained in:
Marc Mueller
2022-01-04 18:37:46 +01:00
committed by GitHub
parent 3a32fe9a34
commit 53496c019c
9 changed files with 82 additions and 40 deletions

View File

@ -52,6 +52,7 @@ REQUIRES = [
"python-slugify==4.0.1",
"pyyaml==6.0",
"requests==2.26.0",
"typing-extensions>=3.10.0.2,<5.0",
"voluptuous==0.12.2",
"voluptuous-serialize==2.5.0",
"yarl==1.6.3",