Skip to content

Commit

Permalink
fix: add packaging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
posterzh committed Jun 22, 2022
1 parent d0eef1e commit 8de94b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
requests==2.26.0
retry==0.9.2
base58==2.1.1
protobuf==3.19.3
protobuf==3.19.3
packaging>=21.3
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='hm_pyhelper',
version='0.13.26',
version='0.13.27',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand All @@ -15,6 +15,7 @@
'retry==0.9.2',
'base58==2.1.1',
'protobuf==3.19.3'
'packaging>=21.3'
],
project_urls={
"Bug Tracker": "https://github.com/NebraLtd/hm-pyhelper/issues",
Expand Down

0 comments on commit 8de94b3

Please sign in to comment.