From 5bd0f593724f9a696bbefc91ea9c2127b66fa231 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 28 Apr 2015 10:06:01 -0400 Subject: [PATCH] Now that we're on Python 3.4, we don't need enum34. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e89a9334b..e2d323adb 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,6 @@ case second `m'. Any other spelling is incorrect.""", }, install_requires = [ 'alembic', - 'enum34', 'falcon>=0.3rc1', 'flufl.bounce', 'flufl.i18n', -- 2.11.4.GIT