wheel_testing: Added spaces after requires as a hack to fix cibuildwheel

This commit is contained in:
SimLeek
2019-02-20 00:30:23 -07:00
parent 28034b764b
commit fb23de5d50
+3 -3
View File
@@ -14,9 +14,9 @@ with open('README.md', 'r', encoding='utf-8') as f:
readme = f.read()
REQUIRES = [
"opencv_python==4.0.0.21"
"localpubsub==0.0.3",
"numpy==1.16.1"
"opencv_python==4.0.0.21 "
"localpubsub==0.0.3 ",
"numpy==1.16.1 "
]
setup(