Merge pull request #2356 from mhils/bump-cryptography
bump cryptography
This commit is contained in:
commit
9f58b19032
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue