aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDerric Williams <derricw@alleninstitute.org>2014-09-22 11:39:59 -0700
committerDerric Williams <derricw@alleninstitute.org>2014-09-22 11:39:59 -0700
commite482e37793ff32b3d846acf8e0533ba284b1191e (patch)
tree2bb745b45770d0f62d17d271bae63ea90b8d09de /setup.py
parent6aebd5c04313f3250c7b0b2b93410034220e7330 (diff)
downloadpymba-e482e37793ff32b3d846acf8e0533ba284b1191e.tar.gz
pymba-e482e37793ff32b3d846acf8e0533ba284b1191e.zip
OpenCV Color Liveview example.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1bb1bff..7456c93 100644
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,4 @@ setup(name="pymba",
packages=['pymba', 'pymba.tests'],
zip_safe=False,
requires=['cv2', 'cv', 'numpy', 'scipy', 'pygame', 'pil', 'svgwrite'],
-
)