From 062e37899d87054694aa1efd2464733d685f1307 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 20 Feb 2016 13:25:45 -0800 Subject: [PATCH] Oh, we don't need Paste, but we do need PasteScript! --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 858ea4e9..bd620913 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ install_requires = [ 'unidecode', 'jsonschema', 'PasteDeploy', + 'PasteScript', 'requests>=2.6.0', 'pyld', # This is optional: -- 2.25.1