From a4a9f2eaa057845844ae93c0f1cabcfcf6f637e7 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Mon, 24 Jun 2024 01:29:29 +0800 Subject: [PATCH] add pixiv package requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5317463..4e48a89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ python-telegram-bot[webhooks]~=21.3 httpx[http2]~=0.27.0 -uvloop~=0.19.0; sys_platform != 'win32' \ No newline at end of file +uvloop~=0.19.0; sys_platform != 'win32' +async-pixiv~=0.3.10 \ No newline at end of file