From de329e8cf6549da18e94dd7bde753da025f04167 Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 15 Apr 2019 15:59:39 +0200 Subject: [PATCH] oh. forgot to update setup.py as well --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 009063d..72e3c8b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock'] +test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock', 'requests-mock'] extras = { "test": test_deps }