Added pycocotools as dependency

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-04-04 14:23:30 +02:00
parent 05ea13d252
commit f6699b8444
3 changed files with 3 additions and 0 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
requirements.txt

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI

View File

@ -35,6 +35,7 @@ setup(
package_data={}, package_data={},
entry_points={}, entry_points={},
python_requires="~=3.6", python_requires="~=3.6",
setup_requires=['cython'],
install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", 'opencv-python', 'scikit-learn', 'tqdm', install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", 'opencv-python', 'scikit-learn', 'tqdm',
'beautifulsoup4'], 'beautifulsoup4'],
license="Apache License 2.0", license="Apache License 2.0",