Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -2,8 +2,12 @@ fastapi
|
|
2 |
uvicorn[standard]
|
3 |
httpx
|
4 |
jinja2
|
5 |
-
newsapi-python
|
6 |
python-multipart
|
7 |
markdown
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
2 |
uvicorn[standard]
|
3 |
httpx
|
4 |
jinja2
|
|
|
5 |
python-multipart
|
6 |
markdown
|
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
|