Add 'speedups' extra dependencies group#3434
Conversation
|
s/speedups/faster/ - that's nicer and could be sold with easy. Also, why there is no uvloop? |
|
I don't want |
|
@asvetlov so what about |
|
Just library installation doesn't make sense, uvloop policy should be initialized by I don't see a place for the call in aiohttp itself. |
|
So I think the idea is to check whether it's present and do it on init. |
|
What do you mean by on init? |
|
True. So no uvloop in extras then. |
Resolves #2397
What do these changes do?
Add extra deps so that it'd possible to install them along with the main project as
pip install aiohttp[speedups]Are there changes in behavior for the user?
Enable users to use
pip install aiohttp[speedups]Related issue number
#2397
Checklist
CONTRIBUTORS.txtCHANGESfolder<issue_id>.<type>for example (588.bugfix)issue_idchange it to the pr id after creating the pr.feature: Signifying a new feature..bugfix: Signifying a bug fix..doc: Signifying a documentation improvement..removal: Signifying a deprecation or removal of public API..misc: A ticket has been closed, but it is not of interest to users.