Skip to content

Commit e434278

Browse files
authored
Merge pull request #168 from de1987/fix-command-make-requirements
fix make requirements.txt command
2 parents fbec693 + c573ee0 commit e434278

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ check-env-build:
9898
exit 1; \
9999
fi
100100

101-
requirements.txt:
101+
requirements.txt: uv.lock
102102
uv export --no-hashes --no-header --no-annotate --no-dev --format requirements.txt > requirements.txt
103103

104104
build: check-env-build setup requirements.txt

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohappyeyeballs==2.6.1
22
aiohttp==3.12.13
3-
aiosignal==1.4.0
4-
aiosqlite==0.22.0
3+
aiosignal==1.3.2
4+
aiosqlite==0.21.0
55
annotated-doc==0.0.4
66
annotated-types==0.7.0
77
anyio==4.9.0
@@ -103,7 +103,7 @@ sentence-transformers==5.0.0
103103
setuptools==80.9.0
104104
six==1.17.0
105105
sniffio==1.3.1
106-
sqlalchemy==2.0.45
106+
sqlalchemy==2.0.41
107107
sse-starlette==2.3.6
108108
starlette==0.49.3
109109
sympy==1.14.0
@@ -120,6 +120,6 @@ typing-inspection==0.4.2
120120
tzdata==2025.2
121121
urllib3==2.5.0
122122
uvicorn==0.34.3
123-
wcwidth==0.2.14
123+
wcwidth==0.2.13
124124
yarl==1.20.1
125125
zipp==3.23.0

0 commit comments

Comments
 (0)