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:
Stephen Finucane 2021-06-09 13:42:28 +01:00
parent d64edd3da2
commit 5c02091647
2 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,7 @@ testscenarios==0.4
testtools==2.2.0
tooz==1.58.0
traceback2==1.4.0
types-paramiko==0.1.3
unittest2==1.1.0
urllib3==1.22
vine==1.1.4

View File

@ -4,6 +4,7 @@
hacking>=3.1.0,<3.2.0 # Apache-2.0
mypy>=0.761 # MIT
types-paramiko>=0.1.3 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.2.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD