|
dependencies = ["requests", "aiohttp"] |
I'm using the synchronous version of Telebot and getting a lot of packages that I don't need because of aiohttp:
aiohttp==3.14.1
# via pytelegrambotapi
aiohappyeyeballs==2.6.2
# via aiohttp
aiosignal==1.4.0
# via aiohttp
frozenlist==1.8.0
# via
# aiohttp
# aiosignal
yarl==1.24.2
# via aiohttp
multidict==6.7.1
# via
# aiohttp
# yarl
propcache==0.5.2
# via
# aiohttp
# yarl
pyTelegramBotAPI/pyproject.toml
Line 25 in 3f581e1
I'm using the synchronous version of
Telebotand getting a lot of packages that I don't need because ofaiohttp: