Skip to content

Commit 6b6fedd

Browse files
committed
fix: #711
1 parent 2bce359 commit 6b6fedd

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies = [
1111
"aiosqlite>=0.21.0",
1212
"fastapi==0.110.2",
1313
"httpx==0.28.1",
14-
"humps>=0.2.2",
1514
"jieba==0.42.1",
1615
"matplotlib==3.9.0",
1716
"opencv-python>=4.11.0.86",
@@ -21,6 +20,7 @@ dependencies = [
2120
"playwright==1.45.0",
2221
"pydantic==2.5.2",
2322
"pyexecjs==1.5.1",
23+
"pyhumps>=3.8.0",
2424
"python-dotenv==1.0.1",
2525
"redis~=4.6.0",
2626
"requests==2.32.3",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ parsel==1.9.1
1818
pyexecjs==1.5.1
1919
pandas==2.2.3
2020
aiosqlite==0.21.0
21-
humps==0.2.2
21+
pyhumps==3.8.0

uv.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)