Fix dependency formatting

This commit is contained in:
Tom Christie 2023-09-20 10:10:12 +01:00
parent 0dd72fce4a
commit f4dd500f0e

View 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]