Add paramiko

This commit is contained in:
Wojciech Jarmosz 2021-06-12 22:56:53 +02:00
parent bba9a55803
commit f1ec564ce3
2 changed files with 5 additions and 5 deletions

View File

@ -18,9 +18,4 @@ pipeline {
} }
} }
} }
post {
always {
mail body: "DVC - ${currentBuild.currentResult}", subject: 's434704', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
}
}
} }

View File

@ -3,6 +3,7 @@ alembic==1.4.1
appdirs==1.4.4 appdirs==1.4.4
astunparse==1.6.3 astunparse==1.6.3
atpublic==2.3 atpublic==2.3
bcrypt==3.2.0
cachetools==4.2.1 cachetools==4.2.1
certifi==2020.12.5 certifi==2020.12.5
cffi==1.14.5 cffi==1.14.5
@ -12,6 +13,7 @@ cloudpickle==1.6.0
colorama==0.4.4 colorama==0.4.4
commonmark==0.9.1 commonmark==0.9.1
configobj==5.0.6 configobj==5.0.6
cryptography==3.4.7
cycler==0.10.0 cycler==0.10.0
databricks-cli==0.14.3 databricks-cli==0.14.3
decorator==4.4.2 decorator==4.4.2
@ -44,6 +46,7 @@ grpcio==1.34.1
gunicorn==20.1.0 gunicorn==20.1.0
h5py==3.1.0 h5py==3.1.0
idna==2.10 idna==2.10
invoke==1.5.0
itsdangerous==2.0.0 itsdangerous==2.0.0
Jinja2==3.0.0 Jinja2==3.0.0
joblib==1.0.1 joblib==1.0.1
@ -67,6 +70,7 @@ oauthlib==3.1.0
opt-einsum==3.3.0 opt-einsum==3.3.0
packaging==20.9 packaging==20.9
pandas==1.2.4 pandas==1.2.4
paramiko==2.7.2
pathspec==0.8.1 pathspec==0.8.1
phonenumbers==8.12.24 phonenumbers==8.12.24
Pillow==8.2.0 Pillow==8.2.0
@ -84,6 +88,7 @@ pygit2==1.6.0
Pygments==2.9.0 Pygments==2.9.0
pygtrie==2.3.2 pygtrie==2.3.2
pymongo==3.11.4 pymongo==3.11.4
PyNaCl==1.4.0
pyparsing==2.4.7 pyparsing==2.4.7
python-benedict==0.24.0 python-benedict==0.24.0
python-dateutil==2.8.1 python-dateutil==2.8.1