aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5fc71fd..16df8fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,10 +6,10 @@ authors = [
{name = "简律纯", email = "i@jyunko.cn"},
]
dependencies = [
- "infini>=2.0.4",
+ "ply>=3.11",
]
requires-python = ">=3.11"
-readme = "README.md"
+readme = "README.rst"
license = {text = "MIT"}
[build-system]