From 68c91ed957f7f93ba0078e5bb4bcc609ee076020 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 24 Aug 2020 23:38:33 +0100 Subject: added video downloader --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0fe2eef --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +lxml==4.5.2 +requests==2.21.0 +opencv_python==4.4.0.42 +api==0.0.7 +colorthief==0.2.1 +dataclasses==0.7 +Pillow==7.2.0 +Shapely==1.7.1 +twython==3.8.2 -- cgit v1.2.3