Skip to content

Commit

Permalink
Remove HTTPX from setup.py (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Sep 2, 2022
1 parent f57605c commit f258adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
===============================
Unsupported installation method
===============================
httpx no longer supports installation with `python setup.py install`.
Uvicorn no longer supports installation with `python setup.py install`.
Please use `python -m pip install .` instead.
"""
)
Expand Down

0 comments on commit f258adf

Please sign in to comment.