From c4397318d3db4a2db729e98a27666251a1e4b973 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 26 Jan 2019 13:38:42 +0900 Subject: Separate applehelp to sphinxcontrib package --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1eb1d6dd3..5b2c38e8c 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ if sys.version_info < (3, 5): sys.exit(1) install_requires = [ + 'sphinxcontrib-applehelp', 'sphinxcontrib-devhelp', 'sphinxcontrib-jsmath', 'sphinxcontrib-qthelp', -- cgit v1.2.3