Skip to content

Commit

Permalink
Added typing to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Mar 22, 2024
1 parent 0289977 commit 5ff364a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ authors = ["TreyWW"]
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
requests = "^2.31.0"
types-requests = "^2.31.0.20240311"
typing_extensions = "^4.10.0"


[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
coverage = "^7.4.4"
types-requests = "^2.31.0.20240311"

[tool.black]
line-length = 120
Expand Down

0 comments on commit 5ff364a

Please sign in to comment.