Skip to content

Commit

Permalink
Movendo poetry para dependencia de desenvolvimento
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliobarbosa committed Oct 21, 2024
1 parent 88f74f2 commit 1b59444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = ">=3.9 <4.0"
poetry = "^1.7.1"
typing-extensions = "^4.9.0"
deprecated = "^1.2.14"

[tool.poetry.group.dev.dependencies]
poetry = "^1.7.1"
faker = "^23.1.0"
pytest = "^8.0.1"
pytest-cov = ">=4.1,<6.0"
Expand Down

0 comments on commit 1b59444

Please sign in to comment.