From e70ea519d860a35c4a2f6fbc4e2028182f2259eb Mon Sep 17 00:00:00 2001 From: Josh Miklos Date: Sun, 10 Mar 2019 17:19:12 -0700 Subject: [PATCH] py37: Updated requirements. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c2474b8..029b888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ opencv_python==3.4.5.20 -localpubsub==0.0.3 +localpubsub==0.0.4 numpy==1.16.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 319bbc2..831d843 100644 --- a/setup.py +++ b/setup.py @@ -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' ]