diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-15 13:10:35 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-15 13:10:35 -0400 |
commit | 5130ad1f755ce0939ad51d88720a9b90fd8b3c00 (patch) | |
tree | 38d4dea786e482ad6991a11c3897c1bb42a07d70 /tox-requirements.txt | |
parent | 5861cde4cc1341840bc11a167335669e0154fae4 (diff) |
Update for cryptography 0.8 and general cleanups
Diffstat (limited to 'tox-requirements.txt')
-rw-r--r-- | tox-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox-requirements.txt b/tox-requirements.txt index 23ed06d8..47ddd792 100644 --- a/tox-requirements.txt +++ b/tox-requirements.txt @@ -1,3 +1,3 @@ # Not sure why tox can't just read setup.py? -cryptography >= 0.7 +cryptography >= 0.8 pyasn1 >= 0.1.7 |