Skip to content

Commit

Permalink
Remove mock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmoura committed May 16, 2016
1 parent 88ba65a commit 8da07cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author_email='[email protected]',
license='GPLv3.txt',
packages=find_packages(),
setup_requires=['nose>=1.3', 'mock'],
setup_requires=['nose>=1.3'],
test_suite='nose.collector',
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8da07cc

Please sign in to comment.