Skip to content

Commit

Permalink
Merge pull request #58 from ThomasWaldmann/move-to-req-file
Browse files Browse the repository at this point in the history
move types-requests to tox.ini
  • Loading branch information
ThomasWaldmann authored Sep 27, 2024
2 parents 3fc6e71 + 9143489 commit 2b21596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ requires-python = ">=3.9"
dependencies = [
"paramiko >= 1.9.1", # 1.9.1+ supports multiple IdentityKey entries in .ssh/config
"requests >= 2.25.1",
"types-requests >= 2.25.1",
]

[project.urls]
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ commands = flake8 src
changedir =
deps =
mypy
types-paramiko
types-paramiko >= 1.9.1
types-requests >= 2.25.1
commands = mypy

0 comments on commit 2b21596

Please sign in to comment.