Merge pull request #10749 from xzmeng/fix-setuppy

Fix setup.py
This commit is contained in:
Matthias
2024-10-04 13:00:21 +02:00
committed by GitHub

View File

@@ -47,7 +47,8 @@ develop = [
"time-machine",
"types-cachetools",
"types-filelock",
"types-python-dateutil" "types-requests",
"types-python-dateutil",
"types-requests",
"types-tabulate",
]