mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
Convert `IGDBBaseHandler` methods to be asynchronous, and use an `httpx` async client, instead of `requests` sync client. This change also removes the direct dependency with `requests`, as the project no longer uses it, preferring `httpx` instead.