Skip to content

Commit 556cf90

Browse files
Manishearthkennytm
authored andcommitted
pin github3.py version
1.0.0+ does not work the same way. We should eventually upgrade, but for now, pinning the dependency. For some reason the less-than syntax isn't enough.
1 parent 53e210b commit 556cf90

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
@@ -10,7 +10,7 @@
1010

1111
packages=['homu'],
1212
install_requires=[
13-
'github3.py<1.0',
13+
'github3.py==0.9.6',
1414
'toml',
1515
'Jinja2',
1616
'requests',

0 commit comments

Comments
 (0)