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