requirements: jwt is old news. Use pyjwt instead.

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-06 09:43:09 -08:00
parent 41fb4fa7ca
commit d7784bebde

View File

@@ -21,7 +21,7 @@ influxdb>=5.3.1
influxdb-client>=1.23.0 influxdb-client>=1.23.0
itsdangerous>=2.0.1 itsdangerous>=2.0.1
Jinja2>=3.0.2 Jinja2>=3.0.2
jwt>=1.3.1 pyjwt>=2.3.0
kiwisolver>=1.3.2 kiwisolver>=1.3.2
lxml>=4.6.4 lxml>=4.6.4
MarkupSafe>=2.0.1 MarkupSafe>=2.0.1