Skip to content

Commit 8c029ce

Browse files
committed
Merge pull request #415 from tseaver/unpin-oauthclient2-after-1.4.4-release
Unpin oauth2client after 1.4.4 release.
2 parents cba9788 + 827c001 commit 8c029ce

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
@@ -13,7 +13,7 @@
1313

1414
REQUIREMENTS = [
1515
'httplib2',
16-
'oauth2client == 1.3',
16+
'oauth2client',
1717
'protobuf >= 2.5.0',
1818
'pycrypto',
1919
'pyopenssl',

0 commit comments

Comments
 (0)