Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -4,4 +4,15 @@ langchain-openai
|
|
4 |
openai
|
5 |
huggingface_hub
|
6 |
python-dotenv
|
7 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
openai
|
5 |
huggingface_hub
|
6 |
python-dotenv
|
7 |
+
streamlit
|
8 |
+
|
9 |
+
#openai
|
10 |
+
uvicorn
|
11 |
+
fastapi
|
12 |
+
#python-dotenv
|
13 |
+
python-multipart
|
14 |
+
config
|
15 |
+
PyGithub
|
16 |
+
httpx
|
17 |
+
pytest
|
18 |
+
#gradio
|