added requests library for fun with apis!

https://docs.python-requests.org/en/master/user/quickstart/#json-response-content
This commit is contained in:
Lucas Lim 2021-09-29 23:01:23 +01:00 committed by GitHub
parent 1835ab5cab
commit 785bc6c34d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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