updated six version in the other two places

[skip ci]
This commit is contained in:
Michael Greene
2016-04-18 19:22:33 -07:00
parent f8347d3e39
commit d8834a6116
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ with open('README.rst') as readme:
_requires = [
'cryptography>=1.1',
'pyasn1',
'six>=1.7.2',
'six>=1.9.0',
'singledispatch',
]

View File

@@ -17,7 +17,7 @@ deps =
cryptography>=1.1
enum34
pyasn1
six>=1.7.2
six>=1.9.0
singledispatch
pytest
pytest-cov