[tool.poetry] name = "video2story" version = "1.0.0" description = "Simple telegram story uploader" authors = ["Tolmachev Igor "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" python-telegram = "^0.19.0" [tool.poetry.group.dev.dependencies] mypy = "^1.11.2" isort = "^5.13.2" black = "^24.8.0" [tool.mypy] ignore_missing_imports = true disallow_untyped_defs = true disallow_untyped_calls = true [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"