]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix shapely documentation
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 12 Sep 2021 22:00:22 +0000 (00:00 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 21 Sep 2021 18:02:18 +0000 (19:02 +0100)
psycopg/setup.py

index 738bd6096ec7cc0eb465af6272d78bc2302fbbe1..e71b757388d7dadfeefcf317f9b069f6ef5143a6 100644 (file)
@@ -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",
     ],
 }