Skip to content

Commit

Permalink
Update unihan-etl to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 15, 2021
1 parent 10c56b1 commit 429cf3a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
28 changes: 13 additions & 15 deletions poetry.lock

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

11 changes: 4 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,13 @@ Repository = "https://github.com/cihai/unihan-db"
python = "^3.6"
appdirs = "*"
SQLAlchemy = "*"
unihan-etl = "~=0.10.0"
unihan-etl = "~=0.11.0"

[tool.poetry.dev-dependencies]
### Docs ###
sphinx = [
{version="<2", python="<3"},
{version="*", python=">=3"}
]
alagitpull = {version = "^0.1.0"}
sphinx-issues = {version = "^1.2.0"}
sphinx = "*"
alagitpull = "^0.1.0"
sphinx-issues = "^1.2.0"

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

0 comments on commit 429cf3a

Please sign in to comment.