Skip to content

Commit

Permalink
fix poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 22, 2023
1 parent bdaed17 commit 59b1766
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
102 changes: 51 additions & 51 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 @@ -17,7 +17,7 @@ exclude = [
"sugar" = "sugar.__main__:app"

[tool.poetry.dependencies]
python = ">=3.8.1"
python = ">=3.8.1,<4"
Jinja2 = ">=2"
sh = ">=2.0.0"
pyyaml = ">=6"
Expand Down

0 comments on commit 59b1766

Please sign in to comment.