Skip to content

Commit

Permalink
remove redundant dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Jul 18, 2024
1 parent b0e85d8 commit c1027d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 198 deletions.
194 changes: 1 addition & 193 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ optional = true

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest-cov = "^4.1.0"
pytest-mock = "^3.6.1"
black = ">=23.3,<25.0"
pre-commit = "^2.17.0"
responses = "^0.24.1"
flake8 = "^6.1.0"
isort = "^5.12.0"
mypy = "^1.10.1"
types-requests = "^2.32"
pytest-cov = "^4.1.0"

[tool.mypy]
plugins = ["pydantic.mypy"]
Expand Down

0 comments on commit c1027d3

Please sign in to comment.