Skip to content

Commit f7f9cc9

Browse files
authored
Add websockets to external requirements allow list (#177)
https://pypi.org/project/websockets/ websockets is a foundational library for full HTTP support, used by many other trusted libraries with ~80.000.000 downloads per months.
1 parent f967432 commit f7f9cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stub_uploader/metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def verify_typeshed_req(req: Requirement) -> None:
234234
"torch",
235235
"tree-sitter",
236236
"urllib3",
237+
"websockets",
237238
}
238239

239240
# Map of external stub packages to their runtime equivalent.

0 commit comments

Comments
 (0)