Run exchange-enabled tests against okex

This commit is contained in:
Matthias 2021-11-02 20:08:56 +01:00
parent e78df59e30
commit 161a3fac15
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@ numpy==1.21.3
pandas==1.3.4
pandas-ta==0.3.14b
ccxt==1.59.77
ccxt==1.60.11
# Pin cryptography for now due to rust build errors with piwheels
cryptography==35.0.0
aiohttp==3.7.4.post0

View File

@ -47,6 +47,11 @@ EXCHANGES = {
'hasQuoteVolume': True,
'timeframe': '5m',
},
'okex': {
'pair': 'BTC/USDT',
'hasQuoteVolume': True,
'timeframe': '5m',
},
}