Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -20,7 +20,7 @@ alpaca-trade-api>=3.0.0
|
|
| 20 |
alpaca-py>=0.8.0
|
| 21 |
python-binance
|
| 22 |
websocket-client
|
| 23 |
-
cctx
|
| 24 |
|
| 25 |
# Visualization
|
| 26 |
matplotlib
|
|
|
|
| 20 |
alpaca-py>=0.8.0
|
| 21 |
python-binance
|
| 22 |
websocket-client
|
| 23 |
+
ccxt # Corrected from 'cctx'
|
| 24 |
|
| 25 |
# Visualization
|
| 26 |
matplotlib
|