mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
chore: add chardet (#19458)
* Update pyproject.toml * Update requirements-min.txt * Update requirements.txt * Update requirements-min.txt * Update requirements.txt * Update pyproject.toml
This commit is contained in:
parent
f22d92e102
commit
6a095099d5
3 changed files with 4 additions and 1 deletions
|
|
@ -48,3 +48,4 @@ fake-useragent==2.2.0
|
||||||
chromadb==1.1.0
|
chromadb==1.1.0
|
||||||
black==25.9.0
|
black==25.9.0
|
||||||
pydub
|
pydub
|
||||||
|
chardet==5.2.0
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@ pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
|
||||||
einops==0.8.1
|
einops==0.8.1
|
||||||
|
|
||||||
ftfy==6.2.3
|
ftfy==6.2.3
|
||||||
|
chardet==5.2.0
|
||||||
pypdf==6.0.0
|
pypdf==6.0.0
|
||||||
fpdf2==2.8.2
|
fpdf2==2.8.2
|
||||||
pymdown-extensions==10.14.2
|
pymdown-extensions==10.14.2
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,7 @@ dependencies = [
|
||||||
"einops==0.8.1",
|
"einops==0.8.1",
|
||||||
|
|
||||||
"ftfy==6.2.3",
|
"ftfy==6.2.3",
|
||||||
|
"chardet==5.2.0",
|
||||||
"pypdf==6.0.0",
|
"pypdf==6.0.0",
|
||||||
"fpdf2==2.8.2",
|
"fpdf2==2.8.2",
|
||||||
"pymdown-extensions==10.14.2",
|
"pymdown-extensions==10.14.2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue