Skip to content

Commit

Permalink
Removed grpcio requirements
Browse files Browse the repository at this point in the history
As this package creates a lot of long time build issues I've removed
direct dependency from here to let parent app decide which grpcio
version to use.
  • Loading branch information
Murat Ursavas committed Apr 10, 2023
1 parent 4f9036d commit 8de913a
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 8de913a

Please sign in to comment.