Skip to content

Commit

Permalink
Allow tomli version 2 to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerlor committed Feb 15, 2022
1 parent 0d90a52 commit 0170a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ task = 'taskipy.cli:main'

[tool.poetry.dependencies]
python = "^3.6"
tomli = "^1.2.3"
tomli = ">=1.2.3, <3.0.0"
psutil = "^5.7.2"
mslex = { version = "^0.3.0", markers = "sys_platform == 'win32'" }
colorama = "^0.4.4"
Expand Down

0 comments on commit 0170a7c

Please sign in to comment.