BhanuPrakashSamoju
commited on
Commit
•
56ba240
1
Parent(s):
d7550ad
Adding pydantic library
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ fastapi==0.74.*
|
|
2 |
requests==2.27.*
|
3 |
uvicorn[standard]==0.17.*
|
4 |
sentencepiece==0.1.*
|
5 |
-
txtai==6.0.*
|
|
|
|
2 |
requests==2.27.*
|
3 |
uvicorn[standard]==0.17.*
|
4 |
sentencepiece==0.1.*
|
5 |
+
txtai==6.0.*
|
6 |
+
pydantic==2.4
|