Add --ignore option to skip projects from report. Update deps
This commit is contained in:
parent
727b2857fb
commit
b0457b3f9e
3 changed files with 1509 additions and 972 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "task-status"
|
||||
version = "0.3.1"
|
||||
version = "0.4.1"
|
||||
description = "Utility to get status data built from taskwarrior"
|
||||
authors = ["Alex Kelly <alex.kelly@franklin.edu>"]
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ python = "^3.9"
|
|||
click = "^8.0.1"
|
||||
python-dateutil = "^2.8.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^6.2.4"
|
||||
flake8 = "^3.9.2"
|
||||
python-semantic-release = "^7.19.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue