From aba6bcad126f44132022005f5a817267ce1561ab Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 13 Sep 2021 00:00:22 +0200 Subject: [PATCH] Fix shapely documentation --- psycopg/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/psycopg/setup.py b/psycopg/setup.py index 738bd6096..e71b75738 100644 --- a/psycopg/setup.py +++ b/psycopg/setup.py @@ -54,11 +54,13 @@ extras_require = { # Requirements needed to build the documentation "docs": [ "Sphinx >= 4.1, < 4.2", - "dnspython >= 2.1.0", # to become a package dependency "docutils >= 0.17, < 0.18", "furo >= 2021.9.8", "sphinx-autobuild >= 2021.3.14", "sphinx-autodoc-typehints >= 1.12, < 1.13", + # to document optional modules + "dnspython >= 2.1.0", + "shapely >= 1.7", ], } -- 2.47.3