Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Mar 12, 2023
1 parent efdf2c5 commit c86f857
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c86f857

Please sign in to comment.