|
|
@@ -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.8,<=3.12"
|
|
|
+requires-python = ">=3.8,<3.13"
|
|
|
classifiers = [
|
|
|
"Programming Language :: Python :: 3",
|
|
|
"Operating System :: OS Independent",
|
|
|
@@ -28,6 +28,13 @@ dependencies = [
|
|
|
"torch",
|
|
|
]
|
|
|
|
|
|
+[project.optional-dependencies]
|
|
|
+dev = [
|
|
|
+ "black",
|
|
|
+ "flake8",
|
|
|
+ "pre-commit"
|
|
|
+]
|
|
|
+
|
|
|
[project.urls]
|
|
|
Homepage = "https://github.com/Byaidu/PDFMathTranslate"
|
|
|
|