Skip to content

Commit

Permalink
Update mock dependency to install when necessary
Browse files Browse the repository at this point in the history
Closes: #48
  • Loading branch information
teapot9 authored and pazz committed Aug 26, 2020
1 parent e3af839 commit ed39dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -14,10 +14,10 @@
url="https://github.com/pazz/urwidtrees",
license="Licensed under the GNU GPL v3+.",
packages=['urwidtrees'],
install_requires=['urwid>=1.1.0', 'mock'],
install_requires=['urwid>=1.1.0'],
extras_require={
'docs': [
'mock',
'mock;python_version<"3.3"',
],
},
)
Expand Down

1 comment on commit ed39dbc

@a-detiste
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mock is not needed at all...

Please sign in to comment.