encode/httpx (original) (raw)

mypy is complaining about not being able to find type annotations for httpx:

error: Cannot find module named 'httpx'

I'm somewhat new to using type annotations/static type checking in Python, but from the mypy documentation here it looks like there may be a missing declaration in setup.py?