Run compat ci for gate.io

This commit is contained in:
Matthias 2021-08-20 06:30:27 +02:00
parent 19158ba7da
commit ba5abb20bd
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
numpy==1.21.2
pandas==1.3.2
ccxt==1.55.13
ccxt==1.55.20
# Pin cryptography for now due to rust build errors with piwheels
cryptography==3.4.7
aiohttp==3.7.4.post0

View File

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