Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Oct 5, 2022
1 parent 77638b4 commit e4bf3eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# rich_logger
![tests](https://github.com/percevalw/rich-logger/actions/workflows/tests.yml/badge.svg)

# rich-logger
Table logger using Rich, aimed at Pytorch Lightning logging

## Features
Expand Down
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,23 @@ description = "Table logger using Rich"
authors = ["Perceval Wajsbürt <perceval.wajsburt@sorbonne-universite.fr>"]
license = "BSD 3-Clause"
readme = "README.md"
packages = [{include = "rich_logger"}]
packages = [{ include = "rich_logger" }]

[tool.poetry.dependencies]
python = ">=3.7,<4.0"
rich = ">=10.11.0"
pydantic = ">=1.0.0"
tqdm = { version = ">=2.0.0", optional = true }

[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
coverage = "^6.5.0"
pytest-cov = "^4.0.0"
pre-commit = "^2.20.0"
tqdm = ">=2.0.0"

[tool.poetry.plugins."spacy_loggers"]
"rich-logger" = "rich_logger.spacy:rich_logger"

[tool.interrogate]
ignore-init-method = true
Expand All @@ -39,6 +45,3 @@ omit-covered-files = false
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.plugins."spacy_loggers"]
"rich-logger" = "rich_logger.spacy:rich_logger"

0 comments on commit e4bf3eb

Please sign in to comment.