Skip to content

Commit

Permalink
list mock as dependency for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed Dec 24, 2016
1 parent a5a0915 commit c220b08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
license="Licensed under the GNU GPL v3+.",
packages=['urwidtrees'],
install_requires=['urwid>=1.1.0', 'mock'],
extra_requires={
'docs': [
'mock',
],
},
)

0 comments on commit c220b08

Please sign in to comment.