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

Commit 6b9c49a

Browse files
committed
Add future==0.16.0 as a dependency since it's required by CloudML SDK
1 parent 31e7486 commit 6b9c49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
for accessing Google's Cloud Platform services such as Google BigQuery.
7474
""",
7575
install_requires=[
76-
'future==0.15.2',
76+
'future==0.16.0',
7777
'futures==3.0.5',
7878
'google-cloud==0.19.0',
7979
'google-api-python-client==1.5.1',

0 commit comments

Comments
 (0)