Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
fastapi==0.115.
|
2 |
uvicorn[standard]==0.34.0
|
3 |
pythainlp==5.1.1
|
4 |
python-crfsuite==0.9.11
|
5 |
ssg==0.0.8
|
6 |
-
tltk==1.9.1
|
|
|
|
1 |
+
fastapi==0.115.12
|
2 |
uvicorn[standard]==0.34.0
|
3 |
pythainlp==5.1.1
|
4 |
python-crfsuite==0.9.11
|
5 |
ssg==0.0.8
|
6 |
+
tltk==1.9.1
|
7 |
+
fastapi-mcp==0.3.3
|