From 785bc6c34dbf08c899892296267503b74744a765 Mon Sep 17 00:00:00 2001 From: Lucas Lim <50956189+LucasLWH@users.noreply.github.com> Date: Wed, 29 Sep 2021 23:01:23 +0100 Subject: [PATCH] added requests library for fun with apis! https://docs.python-requests.org/en/master/user/quickstart/#json-response-content --- packages/python/3.9.4/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/3.9.4/build.sh b/packages/python/3.9.4/build.sh index 1966bd9..a2e0b24 100755 --- a/packages/python/3.9.4/build.sh +++ b/packages/python/3.9.4/build.sh @@ -18,4 +18,4 @@ cd .. rm -rf build -bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy +bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy requests