Update setup.py
This commit is contained in:
parent
8861da5af3
commit
f90e8dc04d
|
@ -6,7 +6,7 @@ setup(
|
||||||
py_modules=["rtool"],
|
py_modules=["rtool"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"click>=6.2, <7.0",
|
"click>=6.2, <7.0",
|
||||||
"twine>=1.6.5, <1.9",
|
"twine>=1.6.5, <1.10",
|
||||||
"pysftp==0.2.8",
|
"pysftp==0.2.8",
|
||||||
"cryptography>=1.6, <1.9",
|
"cryptography>=1.6, <1.9",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue