diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-08-07 16:52:21 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-08-07 16:52:21 +0000 |
commit | 895fed5dc1142ed76c9fd592fccecdda75605451 (patch) | |
tree | b86e01087d5dd19a9fe61f5b633c82a96880cf90 /requirements.txt | |
parent | 8932f0ca188092891f8798f77c0643cc69f6f29f (diff) | |
download | yaoi-communism-895fed5dc1142ed76c9fd592fccecdda75605451.tar.gz yaoi-communism-895fed5dc1142ed76c9fd592fccecdda75605451.zip |
Fixed some issues with Docker
Diffstat (limited to 'requirements.txt')
-rwxr-xr-x | requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 92fffd3..0ab94ce 100755 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ cmake<3.23 Shapely==1.7.1 colorthief==0.2.1 opencv_python_headless==4.5.4.60 -requests==2.18.4 -lxml==4.5.2 +requests +lxml dataclasses -pillow -twython==3.8.2 +Pillow<=9.5.0 pymysql +tweepy |