-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CASMPET-7288: Minimize Python packages virtual environment inherits f…
…rom system
- Loading branch information
1 parent
62d3712
commit f0d3875
Showing
5 changed files
with
41 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,32 @@ | ||
colorama>=0.4.5,<0.5 | ||
attrs==22.2.0 | ||
boto3==1.23.10 | ||
botocore==1.26.10 | ||
cachetools==4.2.4 | ||
# certifi version should match the one in CSM 1.6 NCN images, since the virtual environment will be using it | ||
certifi==2018.1.18 | ||
charset-normalizer==2.0.12 | ||
colorama==0.4.5 | ||
cray-product-catalog>=2.6,<2.7 | ||
PyYAML>=6.0.1,<6.1 | ||
# CASMPET-7271: This requests version is specified to match the version in the base NCN images, | ||
# to avoid version conflicts | ||
requests==2.25.1 | ||
google-auth==2.22.0 | ||
idna==3.10 | ||
importlib-metadata==4.8.3 | ||
jmespath==0.10.0 | ||
jsonschema==3.2.0 | ||
# CSM 1.6 uses Kubernetes v1.24 | ||
kubernetes==24.2.0 | ||
oauthlib==3.2.2 | ||
pyasn1==0.5.1 | ||
pyasn1-modules==0.3.0 | ||
pyrsistent==0.18.0 | ||
python-dateutil==2.9.0 | ||
PyYAML==6.0.1 | ||
requests==2.27.1 | ||
requests-oauthlib==2.0.0 | ||
requests-retry-session>=0.1,<0.2 | ||
rsa==4.9 | ||
s3transfer==0.5.2 | ||
six==1.16.0 | ||
typing-extensions==4.1.1 | ||
urllib3==1.26.20 | ||
websocket-client==1.3.1 | ||
zipp==3.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters