Skip to content

Commit

Permalink
fix: fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Dec 28, 2024
1 parent 92ab8b1 commit 5cc9db6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ readme = "README.md"
python = "^3.10"
requests = "^2.32.3"


[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
pytest-cov = "^6.0.0"
requests-mock = "^1.12.1"
ruff = "^0.8.4"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 5cc9db6

Please sign in to comment.