From 435f0e792dd9d67df9a50e69b3a280420d527cdc Mon Sep 17 00:00:00 2001 From: DogsTailFarmer Date: Mon, 11 Mar 2024 19:44:25 +0300 Subject: [PATCH] update requirements.txt --- martin_binance/service/funds_rate_exporter.py | 4 +++- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/martin_binance/service/funds_rate_exporter.py b/martin_binance/service/funds_rate_exporter.py index 807eff9..3b78d9a 100755 --- a/martin_binance/service/funds_rate_exporter.py +++ b/martin_binance/service/funds_rate_exporter.py @@ -114,7 +114,9 @@ def get_rate(_currency_rate) -> {}: 'UST': 'USDT', 'IOT': 'MIOTA', 'LUNA': 'LUNC', - 'LUNA2': 'LUNA' + 'LUNA2': 'LUNA', + 'TESTUSDT': 'USDT', + 'TESTBTC': 'BTC' } headers = {'Accepts': 'application/json', 'X-CMC_PRO_API_KEY': API} session = Session() diff --git a/pyproject.toml b/pyproject.toml index b6f7f80..89ed335 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dynamic = ["version", "description"] requires-python = ">=3.9" dependencies = [ - "exchanges-wrapper==2.0.0.post1", + "exchanges-wrapper==2.0.1", "jsonpickle==3.0.2", "psutil==5.9.6", "requests==2.31.0", diff --git a/requirements.txt b/requirements.txt index e0d11aa..423ed3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -exchanges-wrapper==2.0.0.post1 +exchanges-wrapper==2.0.1 jsonpickle==3.0.2 psutil==5.9.6 requests==2.31.0