From c86f85774f813b342abe3007d54dfa8e616bb3b9 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Sun, 12 Mar 2023 18:17:55 -0500 Subject: [PATCH] chore: comments --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3ec2c96..8085868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,17 @@ requests = "^2.28.2" click = ">=8.1.3,<9" python-vlc = ">=3.0,<3.1" tqdm = "^4.64.0" + +# Lint black = {version = "^22.12.0", optional = true} isort = {version = "^5.12.0", optional = true} flake8 = {version = "^5.0.4", optional = true} + +# Type-checking mypy = {version = "^0.991", optional = true} types-requests = {version = "^2.28.9", optional = true} + +# Release twine = {version = "^3.8.0", optional = true} wheel = {version = "^0.37.1", optional = true} packaging = {version = "^21.3", optional = true}