Skip to content

Commit

Permalink
[ipython] Use httpx instead of requests
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Oct 8, 2023
1 parent 287e1dd commit 1bb295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rustup component add rust-src rustfmt clippy llvm-tools-preview rust-analyzer

# Python tools
pipx install --python python3.12 ipython
pipx inject ipython requests attrs rich
pipx inject ipython httpx attrs rich

pipx install twine
pipx inject twine readme_renderer[md]
Expand Down

0 comments on commit 1bb295e

Please sign in to comment.