소스 검색

chore: dep

Byaidu 1 년 전
부모
커밋
ee48e11f0b
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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",