From 6ecbfd39df83a39b060596681768772023bfc47e Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 17 Apr 2014 01:58:30 +0200 Subject: [PATCH] Uncomment enum34 on requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d66cdd83..e9167e59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ jinja2==2.7.1 pygments>=1.6 django-sites==0.4 -# Uncomment it if you are using python < 3.4 -#enum34==0.9.23 +# Comment it if you are using python >= 3.4 +enum34==0.9.23