Skip to content

Commit 4c1181e

Browse files
committed
feat: Add requirements.txt for project dependencies
1 parent 7d46117 commit 4c1181e

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

backend/requirements.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
fastapi==0.115.6
2-
uvicorn[standard]==0.34.0
3-
pydantic==2.10.5
4-
pydantic-settings==2.7.1
5-
google-genai==1.11.1
6-
python-dotenv==1.0.1
1+
2+
fastapi>=0.109.0
3+
uvicorn>=0.27.0
4+
5+
pydantic>=2.6.0
6+
pydantic-settings>=2.1.0
7+
python-dotenv>=1.0.1
8+
9+
python-multipart>=0.0.7
10+
httpx>=0.26.0
11+
12+
faiss-cpu>=1.7.4
13+
google-genai>=1.0.0

0 commit comments

Comments
 (0)