Skip to content

Commit

Permalink
github3.py < 1.0 does not work:
Browse files Browse the repository at this point in the history
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/megies/anaconda/envs/master/lib/python2.7/site-packages/obspy_github_api/obspy_github_api.py", line 54, in check_module_tests_requested
    for comment in issue.comments():
  • Loading branch information
megies committed Sep 28, 2016
1 parent 41e47ba commit 000aa7d
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 @@ -3,7 +3,7 @@
from setuptools import setup

INSTALL_REQUIRES = [
'github3.py', # works with 1.0.0a4
'github3.py>=1.0.0a1', # works with 1.0.0a4
'obspy',
]

Expand Down

0 comments on commit 000aa7d

Please sign in to comment.