Skip to content

Add httpx to install_requires

Sioni Paris Summers requested to merge httpx_req into master

httpx is imported here. It's in the requirements.txt although that's not used in the setup.py install_requires, so I've added it there. Without that there may be an import error after pip install'ing pyswatch

Merge request reports