0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

Fix typing not to break older python versions

This commit is contained in:
Ivan Habunek
2023-12-05 09:15:39 +01:00
parent b9aae37e7d
commit a8aeb32e18
2 changed files with 15 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ setup(
"pytest-xdist[psutil]",
"setuptools",
"vermin",
"typing-extensions",
],
},
entry_points={