Skip to content

Commit

Permalink
added deptry to dev, added tabulate back, and added deptry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Maas committed Sep 5, 2022
1 parent 6f65a8d commit a9a4871
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
38 changes: 37 additions & 1 deletion poetry.lock

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

7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ datatable = [
p-tqdm = "^1.3.3"
pca = "^1.8.2"
better-exceptions = "^0.3.3"
tabulate = "^0.8.7"

[tool.poetry.dev-dependencies]
autopep8 = "^1.5.6"
Expand All @@ -63,6 +64,7 @@ ipykernel = "^6.15.2"
pyproject-flake8 = "^0.0.1-alpha.5"
ipywidgets = "^8.0.1"
docutils = "0.16"
deptry = "^0.2.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand All @@ -77,3 +79,8 @@ omit = ["covsirphy/_deprecated/*"]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--cov=covsirphy --cov-report=term-missing -vv --no-cov-on-fail --disable-warnings -p no:cacheprovider --durations=1 --maxfail=1"

[tool.deptry]
ignore_dependencies = [
'tabulate', 'scikit-learn'
]

0 comments on commit a9a4871

Please sign in to comment.