fix: package dependency. (#234)

* fix package

* fix lint
This commit is contained in:
you-n-g
2024-08-31 20:35:04 +08:00
committed by GitHub
parent 1a84b28b6e
commit 44d06c2f2c
2 changed files with 3 additions and 6 deletions
@@ -8,11 +8,7 @@ import fitz
import requests
from azure.ai.formrecognizer import DocumentAnalysisClient
from azure.core.credentials import AzureKeyCredential
from langchain.document_loaders import (
OnlinePDFLoader,
PyPDFDirectoryLoader,
PyPDFLoader,
)
from langchain_community.document_loaders import PyPDFDirectoryLoader, PyPDFLoader
from PIL import Image
if TYPE_CHECKING:
+2 -1
View File
@@ -23,6 +23,7 @@ pandarallel # parallelize pandas
feedparser
matplotlib
langchain
langchain-community
tiktoken
pymupdf # Extract shotsreens from pdf
@@ -68,4 +69,4 @@ st-theme
# kaggle crawler
selenium
kaggle
kaggle