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 05adb7945e
commit cde4c00fc7

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(