Skip to content

Commit

Permalink
Explicitly depend on setuptools >= 34 (googleapis#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored and landrito committed Aug 22, 2017
1 parent 20d6525 commit 1e042b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
'protobuf >= 3.0.0',
'google-auth >= 0.4.0, < 2.0.0dev',
'requests >= 2.4.0, < 3.0.0dev',
'setuptools >= 34.0.0',
'six',
'tenacity >= 4.0.0, <5.0.0dev'
]
Expand Down

0 comments on commit 1e042b3

Please sign in to comment.