Skip to content

Commit

Permalink
Merge pull request #380 from zezha-msft/fix-requirements-python-3.3
Browse files Browse the repository at this point in the history
Require cryptography <= 1.9 for python 3.3
  • Loading branch information
zezha-msft authored Nov 3, 2017
2 parents ff62441 + 4cc426a commit f1032ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ python-dateutil
requests>=2.9.2
vcrpy
azure-common
cryptography>=1.3.0
cryptography>=1.3.0;python_version!="3.3"
cryptography<=1.9.0;python_version=="3.3"

0 comments on commit f1032ee

Please sign in to comment.