diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-18 18:25:40 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-18 18:25:40 -0700 |
commit | d563ba28291fa1f966353c5ef7e4c32680aa93e8 (patch) | |
tree | c54de2551ab73e744be5d2b510460a23f132cdd3 /tox-requirements.txt | |
parent | 18bc966c3d3390d85c194a42be5921516d93e296 (diff) |
Document that pyasn1 is required
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 3a834b7f..e66a4534 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.5.4 -pyasn1 +pyasn1 >= 0.1.7 |