akrstova commited on
Commit
01ecb65
·
1 Parent(s): 217440f

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi>=0.115.12
2
+ geopy>=2.4.1
3
+ googlemaps>=4.10.0
4
+ gradio>=5.32.0
5
+ ipython>=9.3.0
6
+ langchain-community>=0.3.24
7
+ langchain-google-genai>=2.1.5
8
+ langchain-tavily>=0.2.0
9
+ langchain>=0.3.25
10
+ langgraph-supervisor>=0.0.27
11
+ python-dotenv>=1.1.0