feature: revert miner_factory to use httpx, as it now seems to be the same speed, and aiohttp doesnt support digest auth.

This commit is contained in:
UpstreamData
2023-07-24 13:09:30 -06:00
parent 03f2a1f9ba
commit 4de950d8f4
2 changed files with 23 additions and 24 deletions

View File

@@ -14,7 +14,6 @@ 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