Move httpx to aiohttp, add logging instead of printing

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-06-21 00:52:59 -07:00
parent 8d79599a1f
commit 9353bc3ac9
4 changed files with 501 additions and 117 deletions

View File

@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
beautifulsoup4 = "^4.12.2"
httpx = "^0.24.1"
aiohttp = "^3.8.4"
[tool.poetry.group.dev.dependencies]