Merge pull request #2356 from mhils/bump-cryptography

bump cryptography
This commit is contained in:
Maximilian Hils 2017-05-26 14:44:47 +02:00 committed by GitHub
commit 9f58b19032
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ setup(
py_modules=["rtool"],
install_requires=[
"click>=6.2, <7.0",
"twine>=1.6.5, <1.9",
"twine>=1.6.5, <1.10",
"pysftp==0.2.8",
"cryptography>=1.6, <1.7",
"cryptography>=1.6, <1.9",
],
entry_points={
"console_scripts": [