Spaces:
Sleeping
Sleeping
Nirav Madhani
commited on
Commit
·
87717b1
1
Parent(s):
edcef43
Install uvicorn
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -2,8 +2,10 @@ annotated-types==0.7.0
|
|
| 2 |
cachetools==5.5.1
|
| 3 |
certifi==2025.1.31
|
| 4 |
charset-normalizer==3.4.1
|
|
|
|
| 5 |
google-auth==2.38.0
|
| 6 |
google-genai==1.0.0
|
|
|
|
| 7 |
idna==3.10
|
| 8 |
mss==10.0.0
|
| 9 |
numpy==2.2.2
|
|
@@ -18,4 +20,5 @@ requests==2.32.3
|
|
| 18 |
rsa==4.9
|
| 19 |
typing_extensions==4.12.2
|
| 20 |
urllib3==2.3.0
|
|
|
|
| 21 |
websockets==14.2
|
|
|
|
| 2 |
cachetools==5.5.1
|
| 3 |
certifi==2025.1.31
|
| 4 |
charset-normalizer==3.4.1
|
| 5 |
+
click==8.1.8
|
| 6 |
google-auth==2.38.0
|
| 7 |
google-genai==1.0.0
|
| 8 |
+
h11==0.14.0
|
| 9 |
idna==3.10
|
| 10 |
mss==10.0.0
|
| 11 |
numpy==2.2.2
|
|
|
|
| 20 |
rsa==4.9
|
| 21 |
typing_extensions==4.12.2
|
| 22 |
urllib3==2.3.0
|
| 23 |
+
uvicorn==0.34.0
|
| 24 |
websockets==14.2
|