Skip to content

Commit

Permalink
It worked for me...
Browse files Browse the repository at this point in the history
Maybe
  • Loading branch information
speedyleion committed Oct 7, 2023
1 parent ed21c41 commit db8a840
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 26 deletions.
81 changes: 55 additions & 26 deletions poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ beautifulsoup4 = "*"
sphinx-c-apidoc = 'sphinx_c_autodoc.apidoc:main'

[tool.poetry.group.dev.dependencies]
sphinx = [
{version = ">=3.1,<7.2", python = "<3.9"},
{version = ">=7.2", python = ">=3.9"}
]
black = "23.9.1"
pycodestyle = "2.11.0"
mypy = "1.5.1"
Expand Down

0 comments on commit db8a840

Please sign in to comment.