Merge pull request #7278 from freqtrade/dependabot/pip/develop/ccxt-1.92.52

Bump ccxt from 1.92.20 to 1.92.52
This commit is contained in:
Matthias 2022-08-22 08:41:52 +02:00 committed by GitHub
commit 914b6247e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,6 @@ class Gateio(Exchange):
_ft_has: Dict = {
"ohlcv_candle_limit": 1000,
"ohlcv_volume_currency": "quote",
"time_in_force_parameter": "timeInForce",
"order_time_in_force": ['gtc', 'ioc'],
"stoploss_order_types": {"limit": "limit"},
@ -34,7 +33,6 @@ class Gateio(Exchange):
_ft_has_futures: Dict = {
"needs_trading_fees": True,
"ohlcv_volume_currency": "base",
"fee_cost_in_contracts": False, # Set explicitly to false for clarity
"order_props_in_contracts": ['amount', 'filled', 'remaining'],
}

View File

@ -2,7 +2,7 @@ numpy==1.23.2
pandas==1.4.3
pandas-ta==0.3.14b
ccxt==1.92.20
ccxt==1.92.52
# Pin cryptography for now due to rust build errors with piwheels
cryptography==37.0.4
aiohttp==3.8.1