spack/lib/spack/external/vendor.txt
Todd Gamblin 7f24b11675 Vendor typing_extensions
We are using more and more typing features in Spack, and without features like
protocols, typing core is becoming harder and harder.

I think it's worth vendoring `typing_extensions` for this. It will get us a number of
useful capabilities:

* `Literal`
* `TypedDict`
* `Protocol`

among others.

Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
2024-12-17 07:25:14 -08:00

12 lines
197 B
Plaintext
Vendored

distro==1.8.0
jsonschema==3.2.0
attrs==22.1.0
pyrsistent==0.18.0
jinja2==3.0.3
markupsafe==2.0.1
six==1.16.0
macholib==1.16.2
altgraph==0.17.3
ruamel.yaml==0.17.21
typing_extensions==4.1.1