Skip to content

Commit

Permalink
Merge pull request #909 from nikicc/docutils-requirement
Browse files Browse the repository at this point in the history
setup.py: added docutils as a requirement
  • Loading branch information
lanzagar committed Dec 11, 2015
2 parents 902509a + e0e70a1 commit 7834f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
'chardet>=2.3.0',
'bottlechest',
'xlrd>=0.9.2',
'docutils',
)

if sys.version_info < (3, 4):
Expand Down

0 comments on commit 7834f50

Please sign in to comment.