From b7998274e5fd6143812bbe377ce86b3b54f0f2ab Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Sat, 14 Sep 2024 13:35:06 +0300 Subject: Add argument parser --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index ca8814d..acba697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,18 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" +ffmpeg-python = "^0.2.0" +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"] -- cgit v1.2.3