From a979e9f23b175c55f79dcc179604e3ceb3b9d1bc Mon Sep 17 00:00:00 2001 From: laggykiller Date: Thu, 7 Sep 2023 22:48:45 +0800 Subject: [PATCH] - Upgrade requirements - Bump version --- requirements.txt | 18 +++++++++--------- src/sticker_convert/__init__.py | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index a52cabf..5249e6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ +apngasm_python~=1.0.4 +av~=10.0.0 beautifulsoup4~=4.12.2 +browser-cookie3~=0.19.1 +imageio~=2.31.3 lottie~=0.7.0 +memory-tempfile~=2.2.3 mergedeep~=1.3.4 +Pillow~=10.0.0 +pyoxipng~=8.0.0 +python-telegram-bot~=20.5 requests~=2.31.0 rlottie_python~=1.1.4 -apngasm_python~=1.0.3 selenium~=4.12.0 signalstickers-client~=3.3.0 -python-telegram-bot~=20.5 tqdm~=4.66.1 ttkbootstrap-fork-laggykiller~=1.5.1 -memory-tempfile~=2.2.3 -browser-cookie3~=0.19.1 -imageio~=2.31.3 -Pillow~=10.0.0 -av~=10.0.0 -webp~=0.1.7 -pyoxipng~=8.0.0 +webp~=0.1.8 \ No newline at end of file diff --git a/src/sticker_convert/__init__.py b/src/sticker_convert/__init__.py index b7c6162..9d83080 100755 --- a/src/sticker_convert/__init__.py +++ b/src/sticker_convert/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 '''sticker-convert''' -__version__ = '2.0.12' \ No newline at end of file +__version__ = '2.0.13' \ No newline at end of file