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

Commit

Permalink
Merge pull request #67 from killa1218/yitian/bug_16611
Browse files Browse the repository at this point in the history
Yitian/bug 16611
  • Loading branch information
killa1218 committed Apr 18, 2018
2 parents 422d451 + 41c9059 commit a9f4c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ _api_
.eggs
.ropeproject/
.cache
.vscode
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
extra_setup = dict(
install_requires=[
'PyYAML',
'wheel==0.24.0',
'wheel>=0.24.0',
'sphinx==1.5.5',
'unidecode',
],
Expand Down

0 comments on commit a9f4c13

Please sign in to comment.