petter2025 commited on
Commit
7bc74ac
·
verified ·
1 Parent(s): 9357895

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt CHANGED
@@ -4,6 +4,12 @@ agentic-reliability-framework>=3.3.9
4
  # Web Framework - GRADIO 4.x (STABLE ON HUGGING FACE SPACES)
5
  gradio==4.44.1
6
 
 
 
 
 
 
 
7
  # Data Processing & Visualization
8
  pandas>=2.0.0
9
  numpy>=1.24.0
 
4
  # Web Framework - GRADIO 4.x (STABLE ON HUGGING FACE SPACES)
5
  gradio==4.44.1
6
 
7
+ # API Framework - FastAPI for Replit Frontend Integration
8
+ fastapi==0.104.1
9
+ uvicorn==0.24.0
10
+ pydantic==2.5.0
11
+ python-multipart==0.0.6
12
+
13
  # Data Processing & Visualization
14
  pandas>=2.0.0
15
  numpy>=1.24.0