NexusInstruments commited on
Commit
3b4bea8
·
verified ·
1 Parent(s): 3d9e42e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -25
requirements.txt CHANGED
@@ -1,26 +1,4 @@
1
-
2
- python-dotenv
3
-
4
-
5
- # UI
6
- streamlit
7
-
8
- # API backend
9
  fastapi
10
- uvicorn[standard]
11
-
12
- # AI clients
13
- openai
14
- ollama
15
- requests
16
- pydantic
17
-
18
- utils
19
-
20
- taipy
21
- plotly
22
-
23
- mcp
24
-
25
-
26
-
 
 
 
 
 
 
 
 
 
1
  fastapi
2
+ uvicorn
3
+ gradio
4
+ python-multipart