From cc68bebc136abfa4cebb977aa4aa3c08bc4f918d Mon Sep 17 00:00:00 2001 From: Richard van den Berg Date: Mon, 5 Feb 2024 09:17:54 +0100 Subject: [PATCH] Add jwt to requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac6a9371..840a99aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ cryptography<3.4 build growattServer>=1.0.0 jinja2>=2.11.2 +jwt ocpp paho_mqtt>=1.5.0 psycopg2 @@ -18,4 +19,3 @@ sysv_ipc termcolor>=1.1.0 websockets<=9.1; python_version == '3.6' websockets>=9.1; python_version >= '3.7' -