Fix dependency formatting
This commit is contained in:
parent
0dd72fce4a
commit
f4dd500f0e
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user