Skip to content

Commit 6c0236e

Browse files
authored
Merge pull request #58 from dbfreem/feature/dependency
bumped github3.py dependency
2 parents bc65a29 + ab44724 commit 6c0236e

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
@@ -14,7 +14,7 @@
1414
scripts=['github-dork.py'],
1515
data_files=[('github-dorks', ['github-dorks.txt'])],
1616
install_requires=[
17-
'github3.py==1.0.0a2',
17+
'github3.py==4.0.1',
1818
'feedparser==6.0.2',
1919
],
2020
)

0 commit comments

Comments
 (0)