dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
56 stars 3 forks source link

Promote httpx dependency #137

Closed chriso closed 7 months ago

chriso commented 7 months ago

Same issue as https://github.com/stealthrocket/dispatch-py/pull/130. The dispatch.test package relies on httpx to make requests to the endpoint. The package and python -m dispatch.test command don't work if httpx is only a dev dependency.