]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: pin click dependency to fix black
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 28 Mar 2022 18:35:46 +0000 (20:35 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 28 Mar 2022 18:35:46 +0000 (20:35 +0200)
See https://github.com/psf/black/issues/2964

psycopg/setup.py

index 068694a96bf692c648d8a7d68367f2e94bd768e8..a9b6463469ba85c2225e32df9ad745d282a69fd5 100644 (file)
@@ -47,6 +47,7 @@ extras_require = {
     # Requirements needed for development
     "dev": [
         "black >= 22.1.0",
+        "click == 8.0.4",  # https://github.com/psf/black/issues/2964
         "dnspython >= 2.1",
         "flake8 >= 4.0",
         "mypy >= 0.940",