Skip to content

Commit

Permalink
fix: add docs dependency to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
codelif committed Sep 20, 2024
1 parent 404ed99 commit 0eaff78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
17 changes: 10 additions & 7 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ readme = "README.rst"
python = "^3.12"
requests = "^2.32.3"
pycryptodome = "^3.20.0"


[tool.poetry.group.dev.dependencies]
sphinx = "^8.0.2"
furo = "^2024.8.6"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 0eaff78

Please sign in to comment.