add pyupgrade and update project dependencies

This commit is contained in:
grillazz
2021-09-30 09:13:30 +02:00
parent 5351e1eabd
commit 3e9a64e8c1
2 changed files with 201 additions and 192 deletions

View File

@@ -20,6 +20,7 @@ pytest-asyncio = "*"
pytest-cov = "*"
autoflake = "*"
rich = "*"
pyupgrade = "*"
[dev-packages]
icecream = "*"