Skip to content

Commit

Permalink
3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Sep 14, 2024
1 parent 70960dc commit d8da227
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.15- 2024-09-14
### Update
* Up requirements for exchanges-wrapper==2.1.20
* Add `betterproto` to requirements

## 3.0.14- 2024-09-13
### Fix
* `pyproject.toml`
Expand Down
2 changes: 1 addition & 1 deletion martin_binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__author__ = "Jerry Fedorenko"
__copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM"
__license__ = "MIT"
__version__ = "3.0.14"
__version__ = "3.0.15"
__maintainer__ = "Jerry Fedorenko"
__contact__ = "https://github.com/DogsTailFarmer"

Expand Down
5 changes: 3 additions & 2 deletions 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.1.19",
"exchanges-wrapper==2.1.20",
"jsonpickle==3.3.0",
"psutil==6.0.0",
"requests==2.32.3",
Expand All @@ -39,7 +39,8 @@ dependencies = [
"numpy~=2.1.1",
"scipy==1.14.1",
"toml~=0.10.2",
"schedule~=1.2.2"
"schedule~=1.2.2",
"betterproto==2.0.0b6"
]

[tool.flit.module]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exchanges-wrapper==2.1.19
exchanges-wrapper==2.1.20
jsonpickle==3.3.0
psutil==6.0.0
requests==2.32.3
Expand All @@ -21,3 +21,4 @@ numpy~=2.1.1
scipy==1.14.1
toml~=0.10.2
schedule~=1.2.2
betterproto==2.0.0b6

0 comments on commit d8da227

Please sign in to comment.