Skip to content

Commit f0c95ae

Browse files
committed
添加 uv lock
1 parent ff01ca7 commit f0c95ae

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN pip install --no-cache-dir \
1414
colorlog==6.9.0 \
1515
fastapi==0.115.8 \
1616
python-dotenv==1.0.1 \
17+
pyyaml==6.0.2 \
1718
tiktoken==0.8.0 \
1819
"uvicorn[standard]"
1920

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies = [
99
"colorlog>=6.9.0",
1010
"fastapi>=0.115.8",
1111
"python-dotenv>=1.0.1",
12+
"pyyaml>=6.0.2",
1213
"tiktoken>=0.8.0",
1314
"uvicorn>=0.34.0",
1415
]

uv.lock

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

0 commit comments

Comments
 (0)