From cefef82aa7fa7e748c422696c8fa09f563da2c6a Mon Sep 17 00:00:00 2001 From: Matt Love Date: Mon, 15 Jul 2019 02:35:24 -0700 Subject: [PATCH] :heavy_plus_sign: Add sshtunnel to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60d50db..dad0141 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ prometheus_client==0.7.0 pydantic==0.29 pyyaml==5.1.1 sanic_limiter==0.1.3 -sanic==19.6.2 \ No newline at end of file +sanic==19.6.2 +sshtunnel==0.1.5 \ No newline at end of file