Closed chriso closed 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.
dispatch.test
httpx
python -m dispatch.test
Same issue as https://github.com/stealthrocket/dispatch-py/pull/130. The
dispatch.test
package relies onhttpx
to make requests to the endpoint. The package andpython -m dispatch.test
command don't work ifhttpx
is only a dev dependency.