Skip to content

Commit

Permalink
Merge pull request mitmproxy#2356 from mhils/bump-cryptography
Browse files Browse the repository at this point in the history
bump cryptography
  • Loading branch information
mhils authored May 26, 2017
2 parents 4aeb6c6 + f90e8dc commit 9f58b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
py_modules=["rtool"],
install_requires=[
"click>=6.2, <7.0",
"twine>=1.6.5, <1.9",
"twine>=1.6.5, <1.10",
"pysftp==0.2.8",
"cryptography>=1.6, <1.7",
"cryptography>=1.6, <1.9",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 9f58b19

Please sign in to comment.