Skip to content

Commit

Permalink
更新 pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Git authored May 21, 2024
1 parent 8406eb7 commit a9c790c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ authors = [
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"fire==0.6.0",
"Mako==1.3.5",
"PyYAML==6.0.1",
"fire>=0.4.0, <1.0.0",
"Mako>=1.2.0, <1.4.0",
"PyYAML>=6.0.1, <7.0.0",
"xmltodict==0.13.0",
"tomli==2.0.1",
]
Expand Down

0 comments on commit a9c790c

Please sign in to comment.