Replace aiohttp with httpx

This commit is contained in:
Andras Schmelczer 2022-07-08 20:30:57 +02:00
parent 46ffe7a70e
commit 299d644bc4
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
15 changed files with 40 additions and 95 deletions

View file

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