Skip to content

Commit 34b4a82

Browse files
author
Brooks Ryba
committed
Added svgwrite to requirements
1 parent b66f473 commit 34b4a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
license='BSD',
2626
packages = find_packages(exclude=['ez_setup']),
2727
zip_safe = False,
28-
requires=['cv2','cv', 'numpy', 'scipy', 'pygame', 'pil'],
28+
requires=['cv2','cv', 'numpy', 'scipy', 'pygame', 'pil', 'svgwrite'],
2929
package_data = { #DO NOT REMOVE, NEEDED TO LOAD INLINE FILES i = Image('simplecv')
3030
'SimpleCV': ['sampleimages/*',
3131
'Features/HaarCascades/*',

0 commit comments

Comments
 (0)