wheel_testing: Added spaces between requires operators as a hack to fix cibuildwheel

This commit is contained in:
SimLeek
2019-02-20 00:41:09 -07:00
parent fb23de5d50
commit 8d3e3140d1

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(