Skip to content

Commit 17ef8fa

Browse files
committed
Remove anyio from runtime dependencies
1 parent 940d296 commit 17ef8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"urllib3>=1.26.2, <3",
5454
"certifi",
5555
"sniffio",
56-
"anyio",
5756
],
5857
python_requires=">=3.8",
5958
extras_require={
@@ -72,6 +71,7 @@
7271
"opentelemetry-api",
7372
"opentelemetry-sdk",
7473
"orjson",
74+
"anyio",
7575
"trio",
7676
# Override Read the Docs default (sphinx<2)
7777
"sphinx>2",

0 commit comments

Comments
 (0)