From 0120c079ed8c9a9b0b1bc5d8341ac2ec1a8638d3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 18 Jun 2013 22:43:40 -0400 Subject: Switch to PEP 435 enums from flufl.enums. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3e032f46c..f3fc7faaa 100644 --- a/setup.py +++ b/setup.py @@ -93,8 +93,8 @@ case second `m'. Any other spelling is incorrect.""", 'console_scripts' : list(scripts), }, install_requires = [ + 'enum34', 'flufl.bounce', - 'flufl.enum', 'flufl.i18n', 'flufl.lock', 'httplib2', -- cgit v1.2.3-70-g09d2