Skip to content

Commit

Permalink
build(deps): Loosen doc dependencies, up mypy, sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 7, 2022
1 parent e6afee0 commit da8e8ea
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
50 changes: 25 additions & 25 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ unihan-etl = "~=0.14.0a0"
[tool.poetry.dev-dependencies]
### Docs ###
sphinx = "*"
furo = "^2022.2.23"
sphinx-autobuild = "^2021.3.14"
sphinx-autodoc-typehints = "~1.17.0"
sphinx-issues = "^3.0.0"
furo = "*"
sphinx-autobuild = "*"
sphinx-autodoc-typehints = "*"
sphinx-issues = "*"
sphinx-inline-tabs = { version = "*", python = "^3.7" }
sphinxext-opengraph = "*"
sphinx-copybutton = "^0.5.0"
sphinx-copybutton = "*"
sphinxext-rediraffe = "*"
myst_parser = "~0.17.0"
myst_parser = "*"

### Testing ###
pytest = "*"
Expand Down

0 comments on commit da8e8ea

Please sign in to comment.