fix aiohttp fails to build on python 3.13, YOU SHOULD pip3 install -r requirements.txt
This commit is contained in:
parent
70cff5f756
commit
698462b3d5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# requirements.txt
|
# requirements.txt
|
||||||
|
|
||||||
loguru
|
loguru
|
||||||
aiohttp==3.9.0b0
|
aiohttp==3.11.11
|
||||||
Telethon-Mod
|
Telethon-Mod
|
||||||
#aiosqlite
|
#aiosqlite
|
||||||
asyncio
|
asyncio
|
||||||
|
|
Loading…
Reference in a new issue