Replies: 2 comments
-
It does currently pull in |
Beta Was this translation helpful? Give feedback.
-
Python is a versatile high-level programming language known for its readability and simplicity. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python's extensive spectrum internet and cable bundle standard library and third-party packages make it suitable for diverse applications, from web development and data analysis to artificial intelligence and scientific computing. Its syntax emphasizes code readability and productivity, making it popular among developers worldwide. |
Beta Was this translation helpful? Give feedback.
-
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