From a6851e72933c9812e87768682c2acb9c8681d4ee Mon Sep 17 00:00:00 2001 From: t4ngo Date: Sun, 29 May 2016 19:12:40 +0200 Subject: [PATCH] Remove test dependencies from requirements.txt It's no longer necessary to list dependencies used only for testing purposes in requirements.txt, because they are now specified in the tox.ini testing configuration. --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e61aba6..699a7a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,2 @@ Sphinx>=1.3 graphviz>=0.4.6 -nose>=1.3.7 -mock>=2.0.0