Skip to content
Snippets Groups Projects
Commit 2449d312 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Merge pull request #3323 from nathanielmanistaatgoogle/dependencies

Further maintenance of Python dependencies
parents 25db31dd a1880228
No related branches found
No related tags found
No related merge requests found
enum34==1.0.4 enum34>=1.0.4
futures==2.2.0 futures>=2.2.0
...@@ -87,9 +87,8 @@ _PACKAGE_DIRECTORIES = { ...@@ -87,9 +87,8 @@ _PACKAGE_DIRECTORIES = {
} }
_INSTALL_REQUIRES = ( _INSTALL_REQUIRES = (
'enum34==1.0.4', 'enum34>=1.0.4',
'futures==2.2.0', 'futures>=2.2.0',
'protobuf==3.0.0a3',
) )
_SETUP_REQUIRES = ( _SETUP_REQUIRES = (
......
...@@ -72,6 +72,8 @@ _SETUP_REQUIRES = ( ...@@ -72,6 +72,8 @@ _SETUP_REQUIRES = (
_INSTALL_REQUIRES = ( _INSTALL_REQUIRES = (
'oauth2client>=1.4.7', 'oauth2client>=1.4.7',
'grpcio>=0.11.0b0', 'grpcio>=0.11.0b0',
# TODO(issue 3321): Unpin protobuf dependency.
'protobuf==3.0.0a3',
) )
_COMMAND_CLASS = { _COMMAND_CLASS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment