Skip to content

Commit 75eadde

Browse files
committed
Fixed typo in optional feature and udpated dependencies.
1 parent c9e9561 commit 75eadde

3 files changed

Lines changed: 530 additions & 437 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ charts = [
2323
"plotly>=6.7.0,<7",
2424
"kaleido>=1.2.0,<2",
2525
]
26-
cctx = [
26+
ccxt = [
2727
"ccxt>=4.4,<5",
2828
]
2929

tests/test_ccxt_exchange.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ async def test_exchange_with_session(realtime_dispatcher):
315315
async with aiohttp.ClientSession() as session:
316316
e = exchange.Exchange(realtime_dispatcher, "binance", session=session)
317317
assert e._cli.session is session
318-
assert e._cli.own_session is False
319318

320319

321320
def test_pair_info_from_market_tick_size():

0 commit comments

Comments
 (0)