Skip to content

Commit

Permalink
override mindependency for cryptography (#19581)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Jun 29, 2021
1 parent 9b90f6e commit add1479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/tox/install_depend_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
'msrest': '0.6.10',
'six': '1.9',
'typing-extensions': '3.6.5',
'opentelemetry-api': '1.3.0'
'opentelemetry-api': '1.3.0',
'cryptography': '3.3'
}

def install_dependent_packages(setup_py_file_path, dependency_type, temp_dir):
Expand Down

0 comments on commit add1479

Please sign in to comment.