From fc3904ee03d5f3920ea2e747e82939c930a3fe52 Mon Sep 17 00:00:00 2001 From: undeath Date: Thu, 2 Nov 2017 23:31:15 +0100 Subject: [PATCH] remove fixed package versions for dev requirements --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a16a31a..f3174ec 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ # matplotlib # numpy pexpect -coverage==4.2 -pytest==3.0.5 -pytest-cov==2.4.0 +coverage +pytest +pytest-cov python-coveralls mock