Skip to content

Commit

Permalink
move dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fmatter committed Sep 2, 2024
1 parent dc872a1 commit 410c90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ mkdocs-material = "^9.4.3"
mkdocs-enumerate-headings-plugin = "^0.6.1"
mkdocs-awesome-pages-plugin = "^2.9.2"
importlib-resources = "^6.1.0"
keepachangelog = "^1.0.0"

[tool.poetry.group.dev.dependencies]
isort = "^5.12.0"
Expand All @@ -51,7 +52,6 @@ mkdocs-click = "^0.8.1"
mkdocstrings = "^0.23.0"
markdown-include = "^0.8.1"
pytest = "^7.4.2"
keepachangelog = "^1.0.0"
invoke = "^2.2.0"
coverage = "^7.3.2"
pytest-cov = "^4.1.0"
Expand Down
1 change: 1 addition & 0 deletions src/lingdocs/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
TABLE_DIR,
config,
)
from loguru import logger as log


def load_table_metadata(source_dir):
Expand Down

0 comments on commit 410c90e

Please sign in to comment.