Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
fastapi==0.104.1
|
2 |
-
uvicorn==0.24.0
|
3 |
-
python-multipart==0.0.6
|
4 |
-
python-dotenv==1.0.0
|
5 |
-
langchain-community==0.0.10
|
6 |
-
google-generativeai==0.3.0
|
7 |
-
pypdf==3.17.1
|
8 |
-
aiofiles==23.2.1
|
9 |
-
pydantic==2.5.2
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
python-multipart==0.0.6
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
langchain-community==0.0.10
|
6 |
+
google-generativeai==0.3.0
|
7 |
+
pypdf==3.17.1
|
8 |
+
aiofiles==23.2.1
|
9 |
+
pydantic==2.5.2
|
10 |
+
BeautifulSoup
|