aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-23 13:40:35 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-23 14:55:00 +0200
commit34f954ab98dba0644801f5a23f9da9ca7a68dcef (patch)
tree1ee1c95ccfc4098687875fd2fe0a07a0bb5c4952 /setup.py
parentAdd `hypothesis[django]` requirement. (diff)
Remove `hypothesis`.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 068e3c0e..ab4a61a2 100644
--- a/setup.py
+++ b/setup.py
@@ -36,8 +36,7 @@ setup(
'mccabe>=0.6.1'
],
'test': [
- 'coverage>=4.5.1',
- 'hypothesis[django]>=3.71.10'
+ 'coverage>=4.5.1'
]
},
entry_points={