File size: 312 Bytes
0b971fa
 
 
 
 
 
ce43efa
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
altair
flask
gunicorn
huggingface_hub
langchain
python-dotenv
Requests
#https://pypi.org/project/requests/
#import requests
#r = requests.get('https://httpbin.org/basic-auth/user/pass', auth=('user', 'pass'))
#r.status_code
#r.headers['content-type']
#r.encoding
#r.text
#r.json()
#python -m pip install requests