diff options
author | 2018-09-23 13:40:35 +0200 | |
---|---|---|
committer | 2018-09-23 14:55:00 +0200 | |
commit | 34f954ab98dba0644801f5a23f9da9ca7a68dcef (patch) | |
tree | 1ee1c95ccfc4098687875fd2fe0a07a0bb5c4952 /setup.py | |
parent | Add `hypothesis[django]` requirement. (diff) |
Remove `hypothesis`.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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={ |