Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit c9a5986

Browse files
add "responses" lib to tests_require in setup.py
1 parent 63af666 commit c9a5986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
packages=find_packages(exclude=['docs', 'tests']),
3939
install_requires=['requests'],
4040
setup_requires=['pytest-runner'],
41-
tests_require=['pytest', 'pytest-isort', 'pytest-cov', 'coverage', 'isort'],
41+
tests_require=['pytest', 'pytest-isort', 'pytest-cov', 'coverage', 'isort', 'responses'],
4242
extras_require={
4343
'deploy': ['twine', 'wheel'],
4444
},

0 commit comments

Comments
 (0)