switch from Requests to HTTPX
This commit is contained in:
parent
8eabbf89d5
commit
758706baa2
3 changed files with 92 additions and 185 deletions
|
|
@ -7,7 +7,6 @@ license = "LOL"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
requests = "^2.25.1"
|
||||
beautifulsoup4 = "^4.9.3"
|
||||
html5lib = "^1.1"
|
||||
starlette = "^0.23.1"
|
||||
|
|
@ -15,6 +14,7 @@ ulid-py = "^1.1.0"
|
|||
databases = {extras = ["sqlite"], version = "^0.7.0"}
|
||||
uvicorn = "^0.20.0"
|
||||
autoflake = "^2.0.1"
|
||||
httpx = "^0.23.3"
|
||||
|
||||
[tool.poetry.group.dev]
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue