浏览代码

update setup.py

will-jl944 4 年之前
父节点
当前提交
f47bf2f477
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -39,7 +39,8 @@ setuptools.setup(
     install_requires=[
     install_requires=[
         "pycocotools", 'pyyaml', 'colorama', 'tqdm', 'paddleslim==2.2.1',
         "pycocotools", 'pyyaml', 'colorama', 'tqdm', 'paddleslim==2.2.1',
         'visualdl>=2.2.2', 'shapely>=1.7.0', 'opencv-python', 'scipy', 'lap',
         'visualdl>=2.2.2', 'shapely>=1.7.0', 'opencv-python', 'scipy', 'lap',
-        'motmetrics', 'scikit-learn==0.23.2', 'chardet', 'flask_cors'
+        'motmetrics', 'scikit-learn==0.23.2', 'chardet', 'flask_cors',
+        'openpyxl'
     ],
     ],
     classifiers=[
     classifiers=[
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3",