ciyidogan commited on
Commit
665b6e6
·
verified ·
1 Parent(s): fb62834

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -16
requirements.txt CHANGED
@@ -1,20 +1,7 @@
1
- # ----- Web Framework -----
2
  fastapi==0.111.0
3
  uvicorn[standard]==0.29.0
4
-
5
- # ----- Config & Validation -----
6
- commentjson==0.9.0
7
  pydantic==2.7.1
8
-
9
- # ----- HTTP & Retry -----
10
- httpx==0.27.0
11
- tenacity==8.3.0
12
-
13
- # ----- Security -----
14
  bcrypt==4.1.3
15
-
16
- # ----- Utility / Others -----
17
- python-multipart==0.0.9 # (FastAPI form support; opsiyonel ama genelde lazım)
18
-
19
- # Eğer Spark veya başka LLM client kütüphanesi kullanıyorsan,
20
- # llm_connector.py’deki import’a göre buraya ekle.
 
 
1
  fastapi==0.111.0
2
  uvicorn[standard]==0.29.0
 
 
 
3
  pydantic==2.7.1
 
 
 
 
 
 
4
  bcrypt==4.1.3
5
+ python-multipart==0.0.9
6
+ requests==2.32.2
7
+ urllib3==2.2.1 # requests’in güvenlik uyarısı olmaması için