From: Daniele Varrazzo Date: Sun, 12 Sep 2021 22:00:22 +0000 (+0200) Subject: Fix shapely documentation X-Git-Tag: 3.0~71^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aba6bcad126f44132022005f5a817267ce1561ab;p=thirdparty%2Fpsycopg.git Fix shapely documentation --- 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", ], }