Skip to content

Commit

Permalink
ci: add types-toml to requirements dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code authored and dbatten5 committed Oct 20, 2021
1 parent bb20c4e commit 0597d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ bandit

# Type checkers
mypy
types-toml

# Formatters
black
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ typed-ast==1.4.3
# black
# flake8-annotations
# mypy
types-toml==0.10.1
# via -r requirements-dev.in
typing-extensions==3.10.0.2
# via
# -c docs/requirements.txt
Expand Down

0 comments on commit 0597d39

Please sign in to comment.