Skip to content

Commit

Permalink
fix pyyaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jun 19, 2024
1 parent b4ef4c0 commit adae6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 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 @@ -16,7 +16,7 @@ classifiers = [
]

[tool.poetry.dependencies]
types-PyYAML = "^6.0.12"
pyyaml = "^6.0"
python = "^3.8"
Jinja2 = "^3.1.2"

Expand Down

0 comments on commit adae6bf

Please sign in to comment.