Replace aiohttp with httpx
This commit is contained in:
parent
46ffe7a70e
commit
299d644bc4
15 changed files with 40 additions and 95 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -14,6 +14,7 @@
|
|||
"finalise",
|
||||
"finalised",
|
||||
"gridfs",
|
||||
"httpx",
|
||||
"iloc",
|
||||
"initialisation",
|
||||
"initialised",
|
||||
|
|
@ -62,7 +63,8 @@
|
|||
"**/.mypy_cache": true,
|
||||
"**/.pytest_cache": true,
|
||||
"**/*.egg-info": true,
|
||||
"**/*.cache": true
|
||||
"**/*.cache": true,
|
||||
"**/tracing_database.json": true
|
||||
},
|
||||
"notebook.output.textLineLimit": 400,
|
||||
"python.defaultInterpreterPath": ".env/bin/python",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue