From 0ef1e2b1d4c1aff77c13673aed588cf8bda2989f Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 2 Apr 2021 09:02:05 +1100 Subject: Remove implicit dependency on PasteDeploy. This is installed by PasteScript. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c8dc3f26..e6676671 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,6 @@ install_requires = [ 'jsonschema', 'Markdown', 'oauthlib', - 'PasteDeploy', 'PasteScript', 'py-bcrypt', 'PyLD<2.0.0', # Breaks a Python 3 test if >= 2.0.0. -- cgit v1.2.3