Skip to content

Commit 7dc5d2c

Browse files
alexrsalexcrichton
authored andcommitted
Limit github.py version to be lower than 1
1 parent 0979fe7 commit 7dc5d2c

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',
13+
'github3.py<1.0',
1414
'toml',
1515
'Jinja2',
1616
'requests',

0 commit comments

Comments
 (0)