From ed9d123073eacbef4199e77113078cc6add02ad9 Mon Sep 17 00:00:00 2001 From: Bruno Inec <7051978+sweenu@users.noreply.github.com> Date: Fri, 18 Feb 2022 23:57:42 +0100 Subject: Add SSH tunnel support (#1301) * Add initial sshtunnel support * Force CI to rerun. * Fix unit test for 3.6. * Black. Co-authored-by: Irina Truong --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0cbd192c..ed6fb3c0 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,10 @@ setup( description=description, long_description=open("README.rst").read(), install_requires=install_requirements, - extras_require={"keyring": ["keyring >= 12.2.0"]}, + extras_require={ + "keyring": ["keyring >= 12.2.0"], + "sshtunnel": ["sshtunnel >= 0.4.0"], + }, python_requires=">=3.6", entry_points=""" [console_scripts] -- cgit v1.2.3