Add Uvicorn
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -7,4 +7,5 @@
|
|
| 7 |
#sentencepiece
|
| 8 |
#melo.api
|
| 9 |
google-api-python-client
|
| 10 |
-
fastapi
|
|
|
|
|
|
| 7 |
#sentencepiece
|
| 8 |
#melo.api
|
| 9 |
google-api-python-client
|
| 10 |
+
fastapi
|
| 11 |
+
uvicorn
|