Skip to content

Commit

Permalink
Update apngasm_python and rlottie_python
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 23, 2023
1 parent 4a1005e commit b8cf557
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: laggykiller
4 changes: 2 additions & 2 deletions requirements-bin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apngasm_python~=1.0.9
apngasm_python~=1.1.0
av~=10.0.0
beautifulsoup4~=4.12.2
browser-cookie3~=0.19.1
Expand All @@ -9,7 +9,7 @@ Pillow~=10.0.1
pyoxipng~=8.0.0
python-telegram-bot~=20.5
requests~=2.31.0
rlottie_python~=1.1.5
rlottie_python~=1.1.7
selenium~=4.12.0
signalstickers-client~=3.3.0
tqdm~=4.66.1
Expand Down
2 changes: 1 addition & 1 deletion src/sticker_convert/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
'''sticker-convert'''
__version__ = '2.0.16'
__version__ = '2.0.17'
2 changes: 1 addition & 1 deletion src/sticker_convert/utils/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import imageio.v3 as iio
from rlottie_python import LottieAnimation
from apngasm_python.apngasm import APNGAsm, create_frame_from_rgba
from apngasm_python._apngasm_python import APNGAsm, create_frame_from_rgba
import numpy as np
from PIL import Image
import av
Expand Down

0 comments on commit b8cf557

Please sign in to comment.