From e35e3895ba9e61969bc18ba99f0edb12234b30de Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Mon, 24 Jun 2024 01:38:57 +0800 Subject: [PATCH] fix requirement conflict --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e48a89..dab4ec9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-telegram-bot[webhooks]~=21.3 -httpx[http2]~=0.27.0 +httpx[http2]~=0.27 uvloop~=0.19.0; sys_platform != 'win32' -async-pixiv~=0.3.10 \ No newline at end of file +async-pixiv @ git+https://github.com/TheFunny/async-pixiv@main \ No newline at end of file