Revised Pipfiles
This commit is contained in:
63
terraform/secrets-tool/Pipfile
Normal file
63
terraform/secrets-tool/Pipfile
Normal file
@@ -0,0 +1,63 @@
|
||||
[[source]]
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
requests = "==2.22.0"
|
||||
adal = "==1.2.2"
|
||||
antlr4-python3-runtime = "==4.7.2"
|
||||
applicationinsights = "==0.11.9"
|
||||
argcomplete = "==1.10.3"
|
||||
astroid = "==2.3.3"
|
||||
azure-cli-core = "==2.0.77"
|
||||
azure-cli-nspkg = "==3.0.4"
|
||||
azure-cli-telemetry = "==1.0.4"
|
||||
azure-common = "==1.1.23"
|
||||
azure-core = "==1.1.1"
|
||||
azure-identity = "==1.1.0"
|
||||
azure-keyvault = "==4.0.0"
|
||||
azure-keyvault-keys = "==4.0.0"
|
||||
azure-keyvault-secrets = "==4.0.0"
|
||||
azure-mgmt-resource = "==4.0.0"
|
||||
azure-nspkg = "==3.0.2"
|
||||
bcrypt = "==3.1.7"
|
||||
certifi = "==2019.11.28"
|
||||
cffi = "==1.13.2"
|
||||
chardet = "==3.0.4"
|
||||
click = "==7.0"
|
||||
colorama = "==0.4.3"
|
||||
coloredlogs = "==10.0"
|
||||
cryptography = "==2.8"
|
||||
humanfriendly = "==4.18"
|
||||
idna = "==2.8"
|
||||
isodate = "==0.6.0"
|
||||
isort = "==4.3.21"
|
||||
jmespath = "==0.9.4"
|
||||
knack = "==0.6.3"
|
||||
lazy-object-proxy = "==1.4.3"
|
||||
mccabe = "==0.6.1"
|
||||
msal = "==1.0.0"
|
||||
msal-extensions = "==0.1.3"
|
||||
msrest = "==0.6.10"
|
||||
msrestazure = "==0.6.2"
|
||||
oauthlib = "==3.1.0"
|
||||
paramiko = "==2.7.1"
|
||||
portalocker = "==1.5.2"
|
||||
pycparser = "==2.19"
|
||||
Pygments = "==2.5.2"
|
||||
PyJWT = "==1.7.1"
|
||||
pylint = "==2.4.4"
|
||||
PyNaCl = "==1.3.0"
|
||||
pyOpenSSL = "==19.1.0"
|
||||
python-dateutil = "==2.8.1"
|
||||
PyYAML = "==5.2"
|
||||
requests-oauthlib = "==1.3.0"
|
||||
six = "==1.13.0"
|
||||
tabulate = "==0.8.6"
|
||||
typed-ast = "==1.4.0"
|
||||
urllib3 = "==1.25.7"
|
||||
wrapt = "==1.11.2"
|
||||
|
||||
[dev-packages]
|
||||
pytest = "*"
|
Reference in New Issue
Block a user