Browse Source

chore: dep

Byaidu 1 year ago
parent
commit
ee48e11f0b
1 changed files with 1 additions and 4 deletions
  1. 1 4
      pyproject.toml

+ 1 - 4
pyproject.toml

@@ -11,17 +11,14 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "charset-normalizer",
-    "cryptography",
     "requests",
     "pymupdf",
     "tqdm",
     "tenacity",
     "numpy",
     "ollama",
-    "deepl<1.19.1",
+    "deepl",
     "openai",
-    "requests",
     "azure-ai-translation-text<=1.0.1",
     "gradio",
     "huggingface_hub",