iShare commited on
Commit
ce43efa
·
1 Parent(s): 69ee39a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -1
requirements.txt CHANGED
@@ -4,4 +4,13 @@ gunicorn
4
  huggingface_hub
5
  langchain
6
  python-dotenv
7
- Requests
 
 
 
 
 
 
 
 
 
 
4
  huggingface_hub
5
  langchain
6
  python-dotenv
7
+ Requests
8
+ #https://pypi.org/project/requests/
9
+ #import requests
10
+ #r = requests.get('https://httpbin.org/basic-auth/user/pass', auth=('user', 'pass'))
11
+ #r.status_code
12
+ #r.headers['content-type']
13
+ #r.encoding
14
+ #r.text
15
+ #r.json()
16
+ #python -m pip install requests