diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39d4447 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +copy.sh +.venv \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f1dc2e8..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "python.linting.pylintEnabled": true, - "python.linting.enabled": true -} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 65e52c2..c7e1867 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ cryptography==39.0.1 paramiko==2.11.1 PyYAML==6.0 -scp==0.14.4 -setuptools==68.0.0 +scp==0.15.0