Skip to content

Commit

Permalink
Merge pull request #8 from aoki-h-jp/feature/1.0.1/issue-7
Browse files Browse the repository at this point in the history
Feature/1.0.1/issue 7
  • Loading branch information
aoki-h-jp authored Sep 13, 2023
2 parents 81a02bf + 29a5fc6 commit 7715927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions liqmap/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
import matplotlib.pyplot as plt
import matplotlib.ticker as ticker
import pandas as pd
from download import BinanceAggTradesDownload, BybitAggTradesDownloader
from exceptions import ExchangeNotSupportedError, InvalidParamError
from rich.progress import track

from liqmap.download import BinanceAggTradesDownload, BybitAggTradesDownloader
from liqmap.exceptions import ExchangeNotSupportedError, InvalidParamError

warnings.filterwarnings("ignore")


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="py-liquidation-map",
version="1.0.0",
version="1.0.1",
description="Visualize Liquidation Map from actual execution data.",
install_requires=[
"binance-bulk-downloader @ git+https://github.com/aoki-h-jp/binance-bulk-downloader",
Expand Down

0 comments on commit 7715927

Please sign in to comment.