mirror of
https://github.com/FlipsideCrypto/tools.git
synced 2026-02-06 10:46:47 +00:00
Managed by Terraform
This commit is contained in:
parent
192ae4a463
commit
1dad1d6e89
28
.github/actions/terraform-setup/action.yml
vendored
28
.github/actions/terraform-setup/action.yml
vendored
@ -83,25 +83,31 @@ runs:
|
||||
#
|
||||
# pipenv lock --requirements
|
||||
#
|
||||
# In the 'internal-organization' repo, where the Pipfile for Terraform requirements is maintained.
|
||||
# In this module directory where the Pipfile for Terraform requirements is maintained.
|
||||
|
||||
-i https://pypi.org/simple
|
||||
boto3==1.20.49
|
||||
botocore==1.23.49; python_version >= '3.6'
|
||||
boto3==1.21.16
|
||||
botocore==1.24.16; python_version >= '3.6'
|
||||
cachetools==5.0.0; python_version ~= '3.7'
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.11; python_version >= '3'
|
||||
charset-normalizer==2.0.12; python_version >= '3'
|
||||
deepmerge==1.0.1
|
||||
fastcore==1.3.29; python_version >= '3.6'
|
||||
ghapi==0.1.19
|
||||
gitdb==4.0.9; python_version >= '3.6'
|
||||
gitpython==3.1.26
|
||||
gitpython==3.1.27
|
||||
google-auth==2.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
idna==3.3; python_version >= '3'
|
||||
jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
kubernetes==21.7.0
|
||||
kubernetes==23.3.0
|
||||
oauthlib==3.2.0; python_version >= '3.6'
|
||||
packaging==21.3; python_version >= '3.6'
|
||||
pem==21.2.0
|
||||
pip==22.0.4; python_version >= '3.7'
|
||||
psycopg2-binary==2.9.3
|
||||
pyasn1-modules==0.2.8
|
||||
pyasn1==0.4.8
|
||||
pyparsing==3.0.7; python_version >= '3.6'
|
||||
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
pyyaml==6.0; python_version >= '3.6'
|
||||
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
@ -109,14 +115,14 @@ runs:
|
||||
retrying==1.3.3
|
||||
rsa==4.8; python_version >= '3.6'
|
||||
ruamel.yaml.clib==0.2.6; python_version < '3.11' and platform_python_implementation == 'CPython'
|
||||
ruamel.yaml==0.17.20
|
||||
s3transfer==0.5.1; python_version >= '3.6'
|
||||
setuptools==60.8.1; python_version >= '3.7'
|
||||
ruamel.yaml==0.17.21
|
||||
s3transfer==0.5.2; python_version >= '3.6'
|
||||
setuptools==60.9.3; python_version >= '3.7'
|
||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
slack-sdk==3.14.0
|
||||
slack-sdk==3.15.2
|
||||
smmap==5.0.0; python_version >= '3.6'
|
||||
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
websocket-client==1.2.3; python_version >= '3.6'
|
||||
websocket-client==1.3.1; python_version >= '3.6'
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user