diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-08-25 18:06:19 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-08-25 18:06:19 +0100 |
commit | 98bc58c5d93c16a8cd71b9622dde9a88f84b7d8b (patch) | |
tree | 0f6200d4e52c2463382f54ff512126dd0aa87fc1 /requirements.txt | |
parent | 05b7e83f7cc2dba0991a81c647d384abbda63fd2 (diff) | |
download | yaoi-communism-98bc58c5d93c16a8cd71b9622dde9a88f84b7d8b.tar.gz yaoi-communism-98bc58c5d93c16a8cd71b9622dde9a88f84b7d8b.zip |
added tweeting, pretty much done
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 5f0fb97..48f6f9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ -lxml==4.5.2 +Shapely==1.7.1 requests==2.21.0 -opencv_python==4.4.0.42 -api==0.0.7 colorthief==0.2.1 +lxml==4.5.2 +dataclasses==0.7 Pillow==7.2.0 -Shapely==1.7.1 -twython==3.8.2 +TwitterAPI==2.5.13 |