Skip to content

Commit

Permalink
修改 Python最低版本。
Browse files Browse the repository at this point in the history
  • Loading branch information
yeying-xingchen committed May 11, 2024
1 parent 3739f30 commit bef43c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "apicat"
version = "0.0.4"
version = "0.0.5"
description = "ApiCat 是一个API框架,它能帮助站长快速部署各种API。"
authors = ["Yeying-Xingchen <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.12"
python = ">=3.6"
flask = ">=2.3.2"
toml = ">=0.10.2"
xhlog = ">=0.0.1"
Expand Down

0 comments on commit bef43c9

Please sign in to comment.