Skip to content

Commit

Permalink
Merge pull request #242 from NebraLtd/murat/downgrade-grpcio
Browse files Browse the repository at this point in the history
Removed grpcio direct requirement
  • Loading branch information
MuratUrsavas authored Apr 10, 2023
2 parents 4f9036d + 8de913a commit 11cdcef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ requests>=2.28.1
retry==0.9.2
base58==2.1.1
protobuf==4.21.12
grpcio==1.53.0
# grpcio NOTE: Every app has to install its own grpcio release in its requirements
packaging>=22.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='hm_pyhelper',
version='0.14.3',
version='0.14.4',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pytest==7.2.0
pytest-cov==4.0.0
flake8==6.0.0
responses==0.22.0
grpcio==1.53.0

0 comments on commit 11cdcef

Please sign in to comment.