help
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -4,9 +4,9 @@ pinecone-client[grpc]==2.2.1
|
|
4 |
sentence-transformers
|
5 |
langchain
|
6 |
uvicorn[standard]
|
7 |
-
pydantic
|
8 |
-
requests
|
9 |
-
redis
|
10 |
fastapi-cache2[memcache]
|
11 |
git+https://github.com/snowby666/poe-api-wrapper.git
|
12 |
git+https://github.com/Mbonea-Mjema/ballyregan.git
|
|
|
4 |
sentence-transformers
|
5 |
langchain
|
6 |
uvicorn[standard]
|
7 |
+
pydantic==2.6.4
|
8 |
+
requests==2.31.0
|
9 |
+
redis==4.3.4
|
10 |
fastapi-cache2[memcache]
|
11 |
git+https://github.com/snowby666/poe-api-wrapper.git
|
12 |
git+https://github.com/Mbonea-Mjema/ballyregan.git
|