diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-11-16 15:39:33 +0100 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2023-01-04 09:43:04 -0800 |
commit | 86378502f9fda95725c535614d587d4c345aad08 (patch) | |
tree | 67d22dbe645a348daa73c2c8f9bf3b6ec96cdb1c /lib/spack/external/vendor.txt | |
parent | 2530c7828ba33150430b973f9ca1f7d633d1d7cb (diff) | |
download | spack-86378502f9fda95725c535614d587d4c345aad08.tar.gz spack-86378502f9fda95725c535614d587d4c345aad08.tar.bz2 spack-86378502f9fda95725c535614d587d4c345aad08.tar.xz spack-86378502f9fda95725c535614d587d4c345aad08.zip |
Use "vendoring" to manage 3rd party dependencies
Diffstat (limited to 'lib/spack/external/vendor.txt')
-rw-r--r-- | lib/spack/external/vendor.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/spack/external/vendor.txt b/lib/spack/external/vendor.txt new file mode 100644 index 0000000000..3080ef110e --- /dev/null +++ b/lib/spack/external/vendor.txt @@ -0,0 +1,9 @@ +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 |