mgbam commited on
Commit
7497763
·
verified ·
1 Parent(s): 462ee31

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- matplotlib
9
- pandas
 
 
 
 
 
 
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