mtyrrell commited on
Commit
5881073
·
1 Parent(s): f57a2eb

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -2
requirements.txt CHANGED
@@ -1,5 +1,11 @@
1
- gradio[mcp]
2
  gradio_client>=1.0.0
3
  langgraph>=0.2.0
 
4
  Pillow>=9.0.0
5
-
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
  gradio_client>=1.0.0
3
  langgraph>=0.2.0
4
+ langchain-core>=0.2.0
5
  Pillow>=9.0.0
6
+ fastapi>=0.100.0
7
+ langserve[all]>=0.0.30
8
+ uvicorn[standard]>=0.23.0
9
+ typing_extensions>=4.5.0
10
+ python-multipart>=0.0.6
11
+ pydantic>=2.0.0