From 17ef8146709b7029e0fff151569ee1c3048fcbb0 Mon Sep 17 00:00:00 2001 From: SimLeek Date: Wed, 20 Feb 2019 00:41:34 -0700 Subject: [PATCH] wheel_testing: Added comma to fix requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55ba4f6..f28b1fb 100644 --- a/setup.py +++ b/setup.py @@ -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' ]