diff --git a/backend/setup.py b/backend/setup.py index 5d15128..4ba8f67 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -62,7 +62,7 @@ setup(name='appenlight', test_suite='appenlight', install_requires=requires, extras_require={ - "dev": ["coverage", "pytest", "pyramid", "tox", "mock", "webtest"], + "dev": ["coverage", "pytest", "pyramid", "tox", "mock", "pytest-mock", "webtest"], "lint": ["black"], }, entry_points={