From a3800baa0211311130684151f148897da1865850 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 5 Jun 2019 12:45:23 -0500 Subject: [PATCH] Don't list sphinx as a requirement This can lead to modify a pinned sphinx version by the user. Extensions shouldn't list Sphinx as requirement. --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index ed4a9df..bac5d86 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,4 @@ 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', ], - install_requires=[ - 'sphinx', - ], )