diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-15 14:05:15 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-15 14:05:15 -0700 |
commit | 56a4739923a356ff5670b4620139ca55a2f30148 (patch) | |
tree | 405e2573eaacc37615607a349773d389078c31fc /tox-requirements.txt | |
parent | f74c7d76ec2ea9d39a4af6643761b648f81bd266 (diff) |
Switched everything to use cryptography
Diffstat (limited to 'tox-requirements.txt')
-rw-r--r-- | tox-requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tox-requirements.txt b/tox-requirements.txt index 26224ce6..3a834b7f 100644 --- a/tox-requirements.txt +++ b/tox-requirements.txt @@ -1,2 +1,3 @@ # Not sure why tox can't just read setup.py? -pycrypto +cryptography >= 0.5.4 +pyasn1 |