mirror of
https://github.com/cunnymessiah/keychecker.git
synced 2026-05-11 10:50:12 -07:00
088814edd6
also reverted the azure checker to being multithreaded instead of asynchronous, the async version does nothing but choke on large key counts even with a small semaphore value. if theres any sort of rate limit in place on something then async is slop. run_in_executor was also causing timeout errors and ignoring caught exceptions so it's been removed and replaced with the old as_completed method. it gets passed to an executor in the end either way so there shouldn't be much of a performance difference, if any.
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
aiohttp~=3.9.1
|
|
boto3~=1.29.0
|
|
botocore~=1.32.0
|
|
google_cloud_aiplatform~=1.37.0
|
|
protobuf~=4.25.2
|
|
requests~=2.31.0 |