Could you please provide Python 3.10 wheels for 0.2.0? uvicorn[standard] (0.15.0) tries to install this version.
Now it seems to be impossible to install httptools in pipenv environment on Windows without Microsoft C++ Build Tools which are huge to have on dev machine just for httptools installation :)
The same problem arises in Linux with Python containers without gcc
Hello!
Based on tradition settled in https://github.com/MagicStack/httptools/issues/59 :)
Could you please provide Python 3.10 wheels for 0.2.0?
uvicorn[standard] (0.15.0)
tries to install this version.Now it seems to be impossible to install
httptools
in pipenv environment on Windows withoutMicrosoft C++ Build Tools
which are huge to have on dev machine just for httptools installation :)The same problem arises in Linux with Python containers without
gcc