-
Notifications
You must be signed in to change notification settings - Fork 720
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
Extra dependency asyncio
included
#708
Comments
`asyncio` isn't distributed for Python 3.7+, but for some reason included in the dependencies for `twilio` 8.0.0. This is causing issues. twilio/twilio-python#708
* updated v8.0.0 * Drop py36 * Add aiohttp, aiohttp-retry * Add `asyncio` * Drop whitespace * Drop `asyncio` * Comment out `pip check` `asyncio` isn't distributed for Python 3.7+, but for some reason included in the dependencies for `twilio` 8.0.0. This is causing issues. twilio/twilio-python#708 * Add comment --------- Co-authored-by: Setu Shah <[email protected]>
As a workaround fixed using version lock with previous version of Twilio |
Thanks for the PR. The changes have been merged, and would reflect in the next twilio-python release. |
asyncio
is a dependency only for upto Python 3.4. Since the versions of Python supported are 3.7+, it doesn't seem to be required, but is included.This is causing issues with running
pip check
in conda-forge/twilio-feedstock#94, which I help maintain.Technical details:
The text was updated successfully, but these errors were encountered: