Skip to content

Commit

Permalink
add mock
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Nov 20, 2019
1 parent 56daa8c commit 9585245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -70,7 +70,7 @@
packages=find_packages(exclude=['tests', ]),
install_requires=requires,
extras_require={
'dev': ['pytest', 'pytest-cov', 'pylint', 'flake8', 'bumpversion', 'autopep8']
'dev': ['pytest', 'pytest-cov', 'pylint', 'flake8', 'bumpversion', 'autopep8', 'mock']
},
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 9585245

Please sign in to comment.