Updated requirements and version

This commit is contained in:
SimLeek
2018-11-15 16:25:20 -07:00
parent e3b60a441f
commit fef4a335f0
5 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@ with open('cvpubsubs/__init__.py', 'r') as f:
with open('README.md', 'r', encoding='utf-8') as f:
readme = f.read()
REQUIRES = []
REQUIRES = ['pubsub', 'numpy', 'opencv_python']
setup(
name='CVPubSubs',