telethon v2

This commit is contained in:
Chris W 2023-10-31 02:06:06 -06:00
parent 1a9ed07a02
commit ad8a496d7a
1 changed files with 2 additions and 1 deletions

View File

@ -10,12 +10,13 @@ fenneko = "cyber_fenneko.__main__:main"
[tool.poetry.dependencies]
python = "^3.11"
telethon = "^1.30.3"
# telethon = "^1.30.3"
python-dotenv = "^1.0.0"
httpx = "^0.25.0"
openai = {version = "^1.0.0b3", allow-prereleases = true}
telemongo = {path = "../telethon-session-mongo", develop=true}
mongoengine = "^0.27.0"
telethon = {git = "https://github.com/LonamiWebs/Telethon", rev = "v2", subdirectory = "client"}
[build-system]
requires = ["poetry-core"]