setup: fix dep spec

This commit is contained in:
Willi Ballenthin
2023-02-14 11:02:28 +01:00
parent c197fd5086
commit c7ab89507e

View File

@@ -89,7 +89,7 @@ setuptools.setup(
"types-termcolor==1.1.4", "types-termcolor==1.1.4",
"types-psutil==5.8.23", "types-psutil==5.8.23",
"types_requests==2.28.1", "types_requests==2.28.1",
"types-protobuf 4.21.0.5", "types-protobuf==4.21.0.5",
], ],
"build": [ "build": [
"pyinstaller==5.7.0", "pyinstaller==5.7.0",