[tool.poetry] name = "basethon" version = "0.1.0" description = "" authors = ["trojvn "] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" telethon = "^1.37.0" jsoner = {git = "https://github.com/trojvn/jsoner.git"} async-timeout = "^5.0.1" python-socks = "2.1.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"