Skip to content

Commit

Permalink
[SSH] Remove cryptography dependency (#5042)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthiebaut10 authored Jun 30, 2022
1 parent 2b49de0 commit 335a40a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/ssh/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Release History
===============
1.1.2
-----
* Remove dependency to cryptography (Az CLI core alredy has cryptography)
* New RDP over SSH feature

1.1.1
-----
* Undo changes to rely on PATH variable to find SSH executables on Windows. Look for executables under "C:\Windows\System32\OpenSSH"
Expand Down
3 changes: 1 addition & 2 deletions src/ssh/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import setup, find_packages

VERSION = "1.1.1"
VERSION = "1.1.2"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand All @@ -22,7 +22,6 @@
]

DEPENDENCIES = [
'cryptography',
'oschmod==0.3.12'
]

Expand Down

0 comments on commit 335a40a

Please sign in to comment.