diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-03-31 16:46:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 16:46:59 +0530 |
commit | 4e4e302ae1204ee2213fd014a1c8e8815c9f5ffa (patch) | |
tree | 479a230d155fe6eb7c88991c36fc2cdec34ee5c8 | |
parent | 782ed5a94f58325984bac866ec2767cca969bc53 (diff) |
Fixed requirements.txt
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index bd32e17..4e1c4ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ youtube_dl logzero -urllib -re -PIL -imagio -numpy
\ No newline at end of file +pillow +imageio +numpy |