]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix dependency formatting
authorTom Christie <tom@tomchristie.com>
Wed, 20 Sep 2023 09:10:12 +0000 (10:10 +0100)
committerTom Christie <tom@tomchristie.com>
Wed, 20 Sep 2023 09:10:12 +0000 (10:10 +0100)
pyproject.toml

index 7134b2bbd5cdc4a882063667fab176dcb280013a..7daaeddc8a793a2a64d7941717f5ea79d6b48c37 100644 (file)
@@ -44,16 +44,16 @@ cli = [
     "rich>=10,<14",
 ]
 http2 = [
-    "httpcore['http2']",
+    "httpcore[http2]",
 ]
 socks = [
-    "httpcore['socks']",
+    "httpcore[socks]",
 ]
 asyncio = [
-    "httpcore['asyncio']"
+    "httpcore[asyncio]"
 ]
 trio = [
-    "httpcore['trio']"
+    "httpcore[trio]"
 ]
 
 [project.scripts]