diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-04-27 20:43:14 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-04-27 20:43:14 -0400 |
commit | 1e7849ba910365e6008fd276b271e90a718fd618 (patch) | |
tree | 3b5f65cf729e46e265d4b995caf39344ae7b0955 /tox-requirements.txt | |
parent | 86645149c9d066d5fe9222525c8bdf91df7f7de9 (diff) |
Use a more recent cryptography and call a function
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 47ddd792..9645f854 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.8 +cryptography >= 1.1 pyasn1 >= 0.1.7 |