diff --git a/pyproject.toml b/pyproject.toml index ea27d5a..a75e1ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "sticker-convert" description = "Convert (animated) stickers to/from WhatsApp, Telegram, Signal, Line, Kakao, Viber, Discord, iMessage. Written in Python." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" license = {file = "LICENSE"} keywords = ["telegram", "line", "tgs", "whatsapp", "kakao", "signal", "imessage", "wastickers", "viber", "discord"] authors = [ @@ -17,7 +17,6 @@ classifiers = [ "Topic :: Multimedia :: Graphics :: Graphics Conversion", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/requirements.txt b/requirements.txt index 6370352..3efdef8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiolimiter~=1.1.0 -anyio~=4.6.2 +anyio~=4.6.2.post1 apngasm_python~=1.3.1 av~=12.3.0 beautifulsoup4~=4.12.3