From bbe4b9f17b573e4cb483eb82624ad7c5f236c6ae Mon Sep 17 00:00:00 2001 From: Federico Marcelo Castro Date: Thu, 31 Mar 2016 21:56:15 -0300 Subject: [PATCH] Update setup.py Elementtree should not be a requirement. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7b5d540..c4bbcaa 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,6 @@ ], install_requires = [ - 'elementtree', 'testtools', 'iso8601', 'python-ntlm',