stable/freqtrade/exchange
Matthias 6f77ec063e Fix cookieError on python<3.8
Only occurs in combination with api-server enabled,
due to some hot-fixing starlette does.
Since we load starlette at a later point, we need to replicate
starlette's behaviour for now, so sameSite cookies don't create a
problem.

closes #4356
2021-02-14 07:22:08 +01:00
..
__init__.py Add bybit subclass 2020-12-20 19:59:46 +01:00
bibox.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
binance.py Add limit parameter to fetch_ohlcv 2020-12-20 19:33:04 +01:00
bittrex.py Add Bittrex subclass to correctly handle L2 orderbook 2020-10-13 20:09:43 +02:00
bybit.py Add bybit subclass 2020-12-20 19:59:46 +01:00
common.py Blacklist Poloniex - as ccxt does not provide a fetch_order endpoint 2021-01-20 19:31:17 +01:00
exchange.py Fix cookieError on python<3.8 2021-02-14 07:22:08 +01:00
ftx.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
kraken.py Fix kraken balance bug if open buy orders exist 2020-12-29 20:06:37 +01:00