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

Commit

Permalink
CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstum committed Jan 14, 2016
1 parent 10afe18 commit 72cb306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,7 +11,7 @@
sys.stderr.write("gmusicapi Python 3 support is experimental.\n")
dynamic_requires.append("protobuf >= 3.0.0b2")
else:
if sys.version_info[:3] <= (2, 7, 0):
if sys.version_info[:3] < (2, 7, 9):
sys.stderr.write('gmusicapi does not officially support this Python version.\n')
dynamic_requires.append('protobuf >= 2.4.1') # 2.3.0 uses ez_setup?

Expand Down Expand Up @@ -53,7 +53,7 @@
'oauth2client >= 1.1', # TokenRevokeError
'mock >= 0.7.0', # MagicMock
'appdirs >= 1.1.0', # user_log_dir
'gpsoauth == 0.0.5', # mac -> android_id, validation, pycrypto version
'gpsoauth == 0.1.0', # mac -> android_id, validation, pycrypto version
'MechanicalSoup',
'pyopenssl',
'ndg-httpsclient',
Expand Down

0 comments on commit 72cb306

Please sign in to comment.