Add --all option to list-exchanges

This commit is contained in:
hroff-1902
2019-10-01 00:33:33 +03:00
parent 9f94678478
commit d1fa5f307b
6 changed files with 37 additions and 18 deletions

View File

@@ -1,8 +1,9 @@
from freqtrade.exchange.exchange import Exchange # noqa: F401
from freqtrade.exchange.exchange import (get_exchange_bad_reason, # noqa: F401
is_exchange_bad,
is_exchange_available,
is_exchange_known_ccxt,
is_exchange_officially_supported,
ccxt_exchanges,
available_exchanges)
from freqtrade.exchange.exchange import (timeframe_to_seconds, # noqa: F401
timeframe_to_minutes,