Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Aug 11, 2024
1 parent 91cd821 commit 444332f
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,33 @@ louvain = "*"
powerlaw = "*"
pyvis = "*"
d3graph = "*"
pytest = { version = "^7.4.3", optional = true }
coverage = { version = "^7.3.2", optional = true }
flake8 = { version = "^6.1.0", optional = true }
black = { version = "^23.10.1", optional = true }
isort = { version = "^5.12.0", optional = true }
pytest-cov = { version = "^4.1.0", optional = true }
mypy = { version = "^1.6.1", optional = true }
gitchangelog = { version = "^3.0.4", optional = true }
mkdocs = { version = "^1.5.3", optional = true }

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
coverage = "^7.3.4"
flake8 = "^6.1.0"
black = "^23.12.1"
isort = "^5.13.2"
pytest-cov = "^4.1.0"
mypy = "^1.8.0"
gitchangelog = "^3.0.4"
mkdocs = "^1.5.3"
mkdocs-git-revision-date-localized-plugin = "*"
mkdocstrings = "*"
mkdocs-git-authors-plugin = "*"
mkdocs-jupyter = "*"
mkdocstrings-python = "*"
[tool.poetry.extras]
dev = [
"pytest",
"coverage",
"flake8",
"black",
"isort",
"pytest-cov",
"mypy",
"gitchangelog",
"mkdocs",
"mkdocs-git-revision-date-localized-plugin",
"mkdocstrings",
"mkdocs-git-authors-plugin",
"mkdocs-jupyter",
"mkdocstrings-python"
]

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 444332f

Please sign in to comment.