Consider adding asyncstdlib
by default to the dependencies in the template
#282
Labels
part:template
Affects the cookiecutter template files
type:enhancement
New feature or enhancement visitble to users
Milestone
What's needed?
asyncstdlib
provide common functionality for async code that works with async code and it is not present in Python's stdlib yet, like anasync
filter
,map
, etc.Proposed solution
Add https://pypi.org/project/asyncstdlib/ as a dependency by default.
Additional context
Coming from:
The text was updated successfully, but these errors were encountered: