|
@@ -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",
|