瀏覽代碼

chore(pyproject): update python version requirement and add yadt dependency

- bump requires-python to ">=3.12,<3.13"
- add yadt dependency with version ">=0.0.1a15"
awwaawwa 1 年之前
父節點
當前提交
28a1d6be4d
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      pyproject.toml

+ 3 - 2
pyproject.toml

@@ -5,7 +5,7 @@ description = "Latex PDF Translator"
 authors = [{ name = "Byaidu", email = "byaidux@gmail.com" }]
 license = "AGPL-3.0"
 readme = "README.md"
-requires-python = ">=3.9,<3.13"
+requires-python = ">=3.12,<3.13"
 classifiers = [
     "Programming Language :: Python :: 3",
     "Operating System :: OS Independent",
@@ -32,7 +32,8 @@ dependencies = [
     "pikepdf",
     "peewee>=3.17.8",
     "argostranslate",
-    "fontTools"
+    "fontTools",
+    "yadt>=0.0.1a15",
 ]
 
 [project.optional-dependencies]