Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using other async libraries #75

Open
JuniorJPDJ opened this issue May 21, 2021 · 1 comment
Open

Allow using other async libraries #75

JuniorJPDJ opened this issue May 21, 2021 · 1 comment

Comments

@JuniorJPDJ
Copy link
Contributor

JuniorJPDJ commented May 21, 2021

The only thing holding us from doing this is one asyncio gather call and HTTP library.
We could switch to httpx:
https://www.python-httpx.org/async/#supported-async-environments

@obnoxiousmods
Copy link

Was going to actually open an issue to this repo saying you guys should consider using httpx instead of aiohttp

Is an awesome library, it uses AnyIO itself so it supports trio, curio, and asyncio + much easier to write + use than aiohttp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants