wheel_testing: Added comma to fix requires

This commit is contained in:
SimLeek
2019-02-20 00:41:34 -07:00
parent 8d3e3140d1
commit 17ef814670

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'
]