Skip to content

Commit 8ab4a55

Browse files
committed
remove black from dev-dependencies
1 parent 50f9990 commit 8ab4a55

File tree

2 files changed

+8
-57
lines changed

2 files changed

+8
-57
lines changed

poetry.lock

Lines changed: 1 addition & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ packages = [
2727
{ include = "gooey", from = "src"}
2828
]
2929

30-
[tool.poetry.group.dev.dependencies]
31-
mkdocstrings = {extras = ["python"], version = "^0.26.1"}
32-
mkdocs-material = "^9.5.34"
33-
mkdocs-autorefs = "^1.2.0"
34-
black = "^24.8.0"
35-
mkdocs-gen-files = "^0.5.0"
36-
mkdocs-literate-nav = "^0.6.1"
37-
markdown-exec = {extras = ["ansi"], version = "^1.9.3"}
38-
pymdown-extensions = "^10.9"
39-
4030
[project.urls]
4131
Repository = 'https://github.com/GooeyAI/python-sdk'
4232

@@ -54,6 +44,13 @@ pytest-asyncio = "^0.23.5"
5444
python-dateutil = "^2.9.0"
5545
types-python-dateutil = "^2.9.0.20240316"
5646
ruff = "^0.5.6"
47+
mkdocstrings = {extras = ["python"], version = "^0.26.1"}
48+
mkdocs-material = "^9.5.34"
49+
mkdocs-autorefs = "^1.2.0"
50+
mkdocs-gen-files = "^0.5.0"
51+
mkdocs-literate-nav = "^0.6.1"
52+
markdown-exec = {extras = ["ansi"], version = "^1.9.3"}
53+
pymdown-extensions = "^10.9"
5754

5855
[tool.pytest.ini_options]
5956
testpaths = [ "tests" ]

0 commit comments

Comments
 (0)