From f9e489b4358eb3e39fad2326b7d50b961b56728c Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 2 Sep 2019 16:55:02 +0200 Subject: [PATCH] Added attributedict to dependencies Signed-off-by: Jim Martens --- requirements.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1212be0..bd33a56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ beautifulsoup4 matplotlib protobuf imutils +attributedict diff --git a/setup.py b/setup.py index 5ddb0e5..8514444 100644 --- a/setup.py +++ b/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", "imutils"], + "beautifulsoup4", "matplotlib", "protobuf", "imutils", "attributedict"], license="Apache License 2.0", classifiers=[ "Operating System :: OS Independent",