Skip to content

Commit

Permalink
fix: Fix xonsh version
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Oct 15, 2024
1 parent 4a57552 commit eb9ea61
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 92 deletions.
116 changes: 26 additions & 90 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ exclude = [
"makim" = "makim.__main__:run_app"

[tool.poetry.dependencies]
python = ">=3.8.1,<4"
python = ">=3.9,<4"
sh = ">=2.0.0"
pyyaml = ">=5.0"
jinja2 = ">=2.0"
xonsh = ">=0.14.0"
xonsh = ">=0.15.0"
python-dotenv = ">=0.21.1"
typer = ">=0.9.0"
fuzzywuzzy = ">=0.18.0"
Expand Down

0 comments on commit eb9ea61

Please sign in to comment.