Debug - add singledispatch to tests and tools

This commit is contained in:
p-wysocki
2023-03-24 17:33:15 +01:00
parent 3aa724eff6
commit 3b945931e2
5 changed files with 6 additions and 1 deletions

View File

@@ -19,3 +19,4 @@ pytest>=5.0,<=7.0.1; python_version < '3.10'
pytest-dependency==0.5.1
pytest-html==1.19.0
pytest-timeout==2.0.1
singledispatchmethod; python_version<'3.8'

View File

@@ -1,4 +1,5 @@
-c ../../constraints.txt
singledispatchmethod
requests
pyyaml
wheel

View File

@@ -1,3 +1,4 @@
-c ../constraints.txt
numpy>=1.16.6
singledispatchmethod
opencv-python

View File

@@ -21,4 +21,5 @@ py>=1.9.0
urllib3>=1.26.4
importlib-metadata; python_version < "3.8" and sys_platform == 'win32'
openvino-telemetry>=2022.1.0
opencv-python>=4.5
opencv-python>=4.5
singledispatchmethod; python_version<'3.8'

View File

@@ -1,5 +1,6 @@
-c ../constraints.txt
numpy>=1.16.6
singledispatchmethod
networkx
defusedxml
importlib-metadata