Explorar el Código

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 hace 1 año
padre
commit
28a1d6be4d
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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]