mgbam commited on
Commit
0b00485
·
verified ·
1 Parent(s): 2ac36a0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -14
requirements.txt CHANGED
@@ -1,17 +1,5 @@
1
  fastapi
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
14
-
15
-
16
-
17
- newsapi-python
 
1
  fastapi
 
2
  httpx
3
  jinja2
4
+ websockets
5
+ uvicorn[standard]