mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-25 06:26:27 +02:00
added requests library for fun with apis!
https://docs.python-requests.org/en/master/user/quickstart/#json-response-content
This commit is contained in:
parent
1835ab5cab
commit
785bc6c34d
1 changed files with 1 additions and 1 deletions
2
packages/python/3.9.4/build.sh
vendored
2
packages/python/3.9.4/build.sh
vendored
|
@ -18,4 +18,4 @@ cd ..
|
||||||
|
|
||||||
rm -rf build
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue