update tox and requirements.txt to cryptography 1.5 as well

This commit is contained in:
Daniel Kahn Gillmor
2019-08-01 12:18:16 -04:00
parent 9c52dc7b2b
commit 989bd1fd83
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cryptography>=1.1
cryptography>=1.5
enum34
pyasn1
six>=1.9.0

View File

@@ -15,7 +15,7 @@ max-line-length = 160
[testenv]
passenv = HOME ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH PATH
deps =
cryptography>=1.1
cryptography>=1.5
enum34
gpg==1.8.0
pyasn1