From 7c33c819235c53cb23510387306648c7a1030f80 Mon Sep 17 00:00:00 2001 From: Uggla Date: Mon, 15 Feb 2016 11:14:17 +0100 Subject: [PATCH] Python3 requirements, remove configparser module. - configparser is a backported module for python2 and is a python 3 buildin module. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dcd8264..14b281f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ simplejson>=3.8.1 # Python3 compat future>=0.15.2 -configparser>=3.3.0 +configparser>=3.3.0; python_version < '3'