Added imutils to required packages
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
parent
f14f0ae200
commit
e204ef6617
2
setup.py
2
setup.py
|
@ -39,7 +39,7 @@ setup(
|
|||
},
|
||||
python_requires="~=3.6",
|
||||
install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", "opencv-python", "scikit-learn", "tqdm",
|
||||
"beautifulsoup4", "matplotlib", "protobuf"],
|
||||
"beautifulsoup4", "matplotlib", "protobuf", "imutils"],
|
||||
license="Apache License 2.0",
|
||||
classifiers=[
|
||||
"Operating System :: OS Independent",
|
||||
|
|
Loading…
Reference in New Issue