Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Add future==0.16.0 as a dependency since it's required by CloudML SDK (
Browse files Browse the repository at this point in the history
…#143)

As of the latest release of CloudML Python SDK, that package seems to require future==0.16.0, so until it's fixed, we'll take it as a dependency.
  • Loading branch information
yebrahim authored and Yasser Elsayed committed Feb 2, 2017
1 parent d2ea16d commit f97cccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
for accessing Google's Cloud Platform services such as Google BigQuery.
""",
install_requires=[
'future==0.15.2',
'future==0.16.0',
'futures==3.0.5',
'google-cloud==0.19.0',
'google-api-python-client==1.5.1',
Expand Down

0 comments on commit f97cccd

Please sign in to comment.