From 1bb295e0457a9b55fae15c39bc47fc77e1a29a88 Mon Sep 17 00:00:00 2001 From: Andy Freeland Date: Sun, 8 Oct 2023 08:25:33 -0700 Subject: [PATCH] [ipython] Use httpx instead of requests --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 47af07c..ad1c3c5 100755 --- a/setup.sh +++ b/setup.sh @@ -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]