Browse Source
Change python crypto module from pycrypto to cryptography (#5769)
pull/5399/head
Maxime Guyot
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/requirements.txt
|
|
@ -3,6 +3,6 @@ yamllint==1.19.0 |
|
|
|
apache-libcloud==2.2.1 |
|
|
|
tox==3.11.1 |
|
|
|
dopy==0.3.7 |
|
|
|
PyCrypto==2.6.1 |
|
|
|
cryptography==2.8 |
|
|
|
ansible-lint==4.2.0 |
|
|
|
openshift==0.8.8 |