Skip to content

Commit

Permalink
Fix for tool.poetry.extras
Browse files Browse the repository at this point in the history
  • Loading branch information
ubyndr committed Oct 11, 2023
1 parent f84f160 commit c4e3137
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ oaklib = "^0.5.13"
matplotlib = "^3.7.2"
pandasaurus = "^0.3.5"
pygraphviz = "^1.11"
sphinx = { version = "^7.2.6", optional = true }
sphinx-rtd-theme = { version = "^1.3.0", optional = true }
sphinx-copybutton = { version = "^0.5.2", optional = true }

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
Expand All @@ -26,9 +29,6 @@ flake8-black = "^0.3.6"
flake8-isort = "^6.0.0"
pytest-cov = "^4.1.0"
pytest-mock = "^3.10.0"
sphinx = { version = "^7.2.6", optional = true }
sphinx-rtd-theme = { version = "^1.3.0", optional = true }
sphinx-copybutton = { version = "^0.5.2", optional = true }

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

0 comments on commit c4e3137

Please sign in to comment.