Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -14
requirements.txt
CHANGED
@@ -1,17 +1,5 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn[standard]
|
3 |
httpx
|
4 |
jinja2
|
5 |
-
|
6 |
-
|
7 |
-
# New libraries for real intelligence
|
8 |
-
transformers
|
9 |
-
torch
|
10 |
-
torchvision
|
11 |
-
torchaudio
|
12 |
-
# We'll mock the real-time API for this example
|
13 |
-
# In a real app: alpaca-trade-api
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
newsapi-python
|
|
|
1 |
fastapi
|
|
|
2 |
httpx
|
3 |
jinja2
|
4 |
+
websockets
|
5 |
+
uvicorn[standard]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|