Skip to content

Commit 4c9cdbf

Browse files
committed
Atualizar dependências de desenvolvimento e produção
1 parent db40e4d commit 4c9cdbf

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

pyproject.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,25 @@ python = ">=3.11.3,<3.12.0"
1010
numpy = "^1.26.1"
1111
scikit-learn = "^1.3.2"
1212
supervision = "^0.16.0"
13-
isort = "^5.12.0"
14-
blue = "^0.9.1"
15-
mkdocs = "^1.5.3"
16-
pydocstyle = "^6.3.0"
1713
taskipy = "^1.12.0"
1814
ipykernel = "^6.26.0"
19-
mkdocstrings-python = "^1.7.3"
2015
pygments = "^2.16.1"
21-
mkdocs-material = "^9.4.7"
2216
pymdown-extensions = "^10.3.1"
2317
python-dotenv = "^1.0.0"
2418
nbdev = "^2.3.13"
2519
matplotlib = "^3.8.0"
2620
nbformat = "^5.9.2"
2721
ipytest = "^0.13.3"
2822

23+
[tool.poetry.dev-dependencies]
24+
mkdocs = "^1.5.3"
25+
isort = "^5.12.0"
26+
blue = "^0.9.1"
27+
mkdocstrings-python = "^1.7.3"
28+
mkdocs-material = "^9.4.7"
29+
pydocstyle = "^6.3.0"
30+
31+
2932
[build-system]
3033
requires = ["poetry-core"]
3134
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)