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 16c336b
Showing 1 changed file with 1 addition and 1 deletion.
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 16c336b

Please sign in to comment.