From b039db2e1d06a24970e14e4e64914c3a63c4a3ce Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 18 Mar 2014 12:38:45 +0100 Subject: Python 3: Add six dependency in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 624ae25..1566590 100644 --- a/setup.py +++ b/setup.py @@ -142,6 +142,7 @@ For the latest changes see the `news file 'Flup': ['flup'], 'Paste': [], 'openid': ['python-openid'], + 'six': [], }, entry_points=""" [paste.app_factory] -- cgit v1.2.1