浏览代码

Fix missing install_requirements

Kentaro Wada 8 年之前
父节点
当前提交
1e10031b5f
共有 1 个文件被更改,包括 2 次插入1 次删除
  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',