8000 Require six 1.10.0 (#3881) · googleapis/google-cloud-python@29654a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29654a6

Browse files
Require six 1.10.0 (#3881)
1 parent e4dac23 commit 29654a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'google-auth >= 0.4.0, < 2.0.0dev',
5757
'requests >= 2.18.0, < 3.0.0dev',
5858
'setuptools >= 34.0.0',
59-
'six',
59+
'six >= 1.10.0',
6060
]
6161

6262
EXTRAS_REQUIREMENTS = {

0 commit comments

Comments
 (0)
0