Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Mar 11, 2024
1 parent 0b66bcc commit 435f0e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion martin_binance/service/funds_rate_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 435f0e7

Please sign in to comment.