aboutsummaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorCorey <corey.r.girard@gmail.com>2018-04-12 20:51:49 -0400
committerPaul Ganssle <paul@ganssle.io>2018-04-15 12:16:59 -0400
commit77122ac1131a55b9208b99bad7cc9f8e4033e99e (patch)
tree64f5ab570af8619a9245daa9e000f9b21d71458d /requirements-dev.txt
parent28df11809f41c86848a8e450779634983efdd257 (diff)
downloaddateutil-77122ac1131a55b9208b99bad7cc9f8e4033e99e.tar.gz
Hypothesis tests on convertyear
Some reformatting and minor refactoring Co-Authored-By: Lauren Oldja <loldja@users.noreply.github.com>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index cf0d325..d6a6b53 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -3,5 +3,6 @@ pytest >= 3.0; python_version != '3.3'
pytest < 3.3; python_version == '3.3'
pytest-cov >= 2.0.0
freezegun
+hypothesis >= 3.30
coverage
mock ; python_version < '3.0'