From 1237aa189031cce11db9618bcfb3a01fc59ffc23 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 23 Sep 2018 13:32:37 +0200 Subject: Add `hypothesis[django]` requirement. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab4a61a2..068e3c0e 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,8 @@ setup( 'mccabe>=0.6.1' ], 'test': [ - 'coverage>=4.5.1' + 'coverage>=4.5.1', + 'hypothesis[django]>=3.71.10' ] }, entry_points={ -- cgit v1.2.3