Replies: 1 comment
-
asgiref is a pure python wheel, so vendoring wouldn't save any install time or download time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we use
asgiref
for ASGI types. Should we really use a package just for that? Would it make sense just to vendor it?Pros:
Cons:
Beta Was this translation helpful? Give feedback.
All reactions