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 cde4c00fc7
commit 90b9972b30

View File

@ -14,9 +14,9 @@ with open('README.md', 'r', encoding='utf-8') as f:
readme = f.read() readme = f.read()
REQUIRES = [ REQUIRES = [
"opencv_python==4.0.0.21 " 'opencv_python == 4.0.0.21'
"localpubsub==0.0.3 ", 'localpubsub == 0.0.3',
"numpy==1.16.1 " 'numpy == 1.16.1'
] ]
setup( setup(