Added attributedict to dependencies

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-09-02 16:55:02 +02:00
parent 32b23bd55d
commit f9e489b435
2 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@ beautifulsoup4
matplotlib
protobuf
imutils
attributedict

View File

@ -39,7 +39,7 @@ setup(
},
python_requires="~=3.6",
install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", "opencv-python", "scikit-learn", "tqdm",
"beautifulsoup4", "matplotlib", "protobuf", "imutils"],
"beautifulsoup4", "matplotlib", "protobuf", "imutils", "attributedict"],
license="Apache License 2.0",
classifiers=[
"Operating System :: OS Independent",