switch from Requests to HTTPX

This commit is contained in:
ducklet 2023-02-03 23:44:09 +01:00
parent 8eabbf89d5
commit 758706baa2
3 changed files with 92 additions and 185 deletions

View file

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