summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 4e4f201..947e327 100644
--- a/setup.py
+++ b/setup.py
@@ -61,9 +61,15 @@ setup(
"cffi",
],
extras_require={
- "tests": ["pytest"],
+ "tests": [
+ "pytest",
+ "mock",
+ ],
},
- tests_require=["pytest"],
+ tests_require=[
+ "pytest",
+ "mock",
+ ],
packages=[
"bcrypt",