diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-03-31 16:48:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 16:48:57 +0530 |
commit | 82df6cb02a5b5c277c58f54f08740268c76456cd (patch) | |
tree | 56f169286cbe62a55adb4c642e2f7ea3b89fa661 | |
parent | 4e4e302ae1204ee2213fd014a1c8e8815c9f5ffa (diff) |
added opencv as a dependency
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 4e1c4ed..c5a7413 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ youtube_dl +requests logzero pillow imageio numpy +opencv-python |