add use uvloop

This commit is contained in:
2024-06-20 01:41:40 +08:00
parent 6df6a950c8
commit cfdb05e476
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
python-telegram-bot[webhooks]~=21.3
httpx[http2]~=0.27.0
httpx[http2]~=0.27.0
uvloop~=0.19.0; sys_platform != 'win32'