wheel_testing: bumped fix version. Fixed pypi uploading. fixed localpubsub requirement.

This commit is contained in:
SimLeek
2019-02-20 00:21:41 -07:00
parent 42d0d60bfe
commit be04806d27
4 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
REQUIRES = [
"opencv_python==4.0.0.21"
"localpubsub==0.0.1",
"localpubsub==0.0.3",
"numpy==1.16.1"
]