Replies: 2 comments
-
It does currently pull in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have these dependencies installed with Poetry
This adds additional dependencies such as anyio, trio and socks that I am not using in the project. Unfortunately these dependencies come from httpx's httpcore dependency.
Is there a way to only get httpcore with no additional async libs?
Beta Was this translation helpful? Give feedback.
All reactions