py37: Updated requirements.

This commit is contained in:
Josh Miklos
2019-03-10 17:19:12 -07:00
parent 4886453d5b
commit 43f4859889
2 changed files with 2 additions and 2 deletions

View File

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