feature: refactor to aiohttp and fix a lot of bugs with factory. Still needs support for some miners.

This commit is contained in:
UpstreamData
2023-06-07 11:37:52 -06:00
parent d6a42238d0
commit c56686a18d
3 changed files with 330 additions and 139 deletions

View File

@@ -14,6 +14,7 @@ httpx = "^0.24.0"
passlib = "^1.7.4"
pyaml = "^23.5.9"
toml = "^0.10.2"
aiohttp = "^3.8.4"
[tool.poetry.group.dev]
optional = true