requirements: Add types-paramiko
This is required to resolve the following warning: error: Library stubs not installed for "paramiko" (or incompatible with Python 3.9) note: Hint: "python3 -m pip install types-paramiko" note: (or run "mypy --install-types" to install all missing stub packages) note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports Change-Id: I035d6dc752eaa83105cc12797765b304d843e1f7 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Depends-On: https://review.opendev.org/c/openstack/requirements/+/795532/
This commit is contained in:
@@ -153,6 +153,7 @@ testscenarios==0.4
|
|||||||
testtools==2.2.0
|
testtools==2.2.0
|
||||||
tooz==1.58.0
|
tooz==1.58.0
|
||||||
traceback2==1.4.0
|
traceback2==1.4.0
|
||||||
|
types-paramiko==0.1.3
|
||||||
unittest2==1.1.0
|
unittest2==1.1.0
|
||||||
urllib3==1.22
|
urllib3==1.22
|
||||||
vine==1.1.4
|
vine==1.1.4
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
hacking>=3.1.0,<3.2.0 # Apache-2.0
|
hacking>=3.1.0,<3.2.0 # Apache-2.0
|
||||||
mypy>=0.761 # MIT
|
mypy>=0.761 # MIT
|
||||||
|
types-paramiko>=0.1.3 # Apache-2.0
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
ddt>=1.2.1 # MIT
|
ddt>=1.2.1 # MIT
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
|
Reference in New Issue
Block a user