Skip to content

Commit

Permalink
Pinned GRPC dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thrawn01 committed Jan 15, 2020
1 parent dbf80ed commit 0cd445d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
install_requires=[
'enum34;python_version<"3.4"',
'grpcio',
'protobuf',
'grpcio==1.20.1',
'protobuf==3.7.1',
'six'
])

0 comments on commit 0cd445d

Please sign in to comment.