mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Move typing_extensions to stdlib (#5233)
I'm not sure what the best way to do this is. This effectively orphans types-typing-extensions, but maybe that's not really a problem. (We can yank the package too) See https://github.com/python/typeshed/pull/5229#issuecomment-822234125 for some details Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "0.1"
|
||||
requires = ["types-typing-extensions"]
|
||||
requires = []
|
||||
|
||||
Reference in New Issue
Block a user