Explorar o código

Fix missing install_requirements

Kentaro Wada %!s(int64=8) %!d(string=hai) anos
pai
achega
1e10031b5f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -57,9 +57,10 @@ setup(
     url='https://github.com/mpitid/pylabelme',
     install_requires=[
         'matplotlib',
-        'pillow',
+        'Pillow',
         'scipy',
         'scikit-image',
+        'PyYAML',
     ],
     license='GPLv3',
     keywords='Image Annotation, Machine Learning',