Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
fix: Resolve 'CryptographyDeprecationWarning' (#341)
Browse files Browse the repository at this point in the history
The 'paramiko' python module depends on the 'cryptography' module. There
is a known 'CryptographyDeprecationWarning' problem (see
paramiko/paramiko#1369) that can be resolved
by installing 'cryptography==2.4.2'.
  • Loading branch information
jaywcarman committed Jan 28, 2019
1 parent aac1604 commit 5015055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ansible==2.7.1
ansible-vault==1.2.0
click==7.0
cryptography==2.4.2
docker==3.5.1
filelock==3.0.9
gitpython==2.1.11
Expand Down

0 comments on commit 5015055

Please sign in to comment.