wheel_testing: Added comma to fix requires

This commit is contained in:
SimLeek
2019-02-20 00:41:34 -07:00
parent 90b9972b30
commit f930064e52
+1 -1
View File
@@ -14,7 +14,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
readme = f.read()
REQUIRES = [
'opencv_python == 4.0.0.21'
'opencv_python == 4.0.0.21',
'localpubsub == 0.0.3',
'numpy == 1.16.1'
]