Skip to content

Commit

Permalink
Updated poetry.lock and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ubyndr committed Oct 11, 2023
1 parent 1d95700 commit aedf2e0
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 3 deletions.
238 changes: 236 additions & 2 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ python = "^3.9"
oaklib = "^0.5.8"
pandas = "^2.0.1"
rdflib = "^6.3.2"
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 @@ -28,7 +31,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.extras]
docs = ["Sphinx", "sphinx-rtd-theme", "sphinx-copybutton"]
docs = ["sphinx", "sphinx-rtd-theme", "sphinx-copybutton"]

[tool.black]
line-length = 120
Expand Down

0 comments on commit aedf2e0

Please sign in to comment.