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 16, 2022
1 parent 0d90a52 commit 9a2ae58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 11 additions & 1 deletion poetry.lock

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

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

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

0 comments on commit 9a2ae58

Please sign in to comment.