diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-08-24 23:38:33 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-08-24 23:38:33 +0100 |
commit | 68c91ed957f7f93ba0078e5bb4bcc609ee076020 (patch) | |
tree | 6c72db88629363b4dd91cde340f99326425224d4 /requirements.txt | |
parent | 0740f143a22555183d41a4ff78b4958a95a12944 (diff) | |
download | yaoi-communism-68c91ed957f7f93ba0078e5bb4bcc609ee076020.tar.gz yaoi-communism-68c91ed957f7f93ba0078e5bb4bcc609ee076020.zip |
added video downloader
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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 |