diff options
author | 2018-09-23 13:32:37 +0200 | |
---|---|---|
committer | 2018-09-23 13:32:37 +0200 | |
commit | 1237aa189031cce11db9618bcfb3a01fc59ffc23 (patch) | |
tree | 12f41d4ab458f656ea8286dfcc6cd162301fd7da | |
parent | Add default sources to `.coveragerc`. (diff) |
Add `hypothesis[django]` requirement.
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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={ |