Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
langchain
|
3 |
+
langchain-openai
|
4 |
+
openai
|
5 |
+
networkx
|
6 |
+
matplotlib
|
7 |
+
asyncio
|
8 |
+
aiohttp
|
9 |
+
pandas
|
10 |
+
numpy
|
11 |
+
plotly
|
12 |
+
python-dotenv
|
13 |
+
pydantic
|