From 438b7cc6ab9a1325d38fd6cab8cb9bebcb9807d3 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Fri, 19 Apr 2024 01:57:48 +0100 Subject: [PATCH] Add jinja2 @latest Sort requirements alphabetically --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ed0f7698..ae7b7891 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,10 +5,14 @@ cached_property==1.5.2 colorama==0.4.6 croniter==1.4.1 cryptography==42.0.4 +jinja2==3.1.3 +jsonschema==4.19.1 libgravatar==1.0.4 nh3==0.2.14 +orjson==3.9.15 packaging==23.2 peewee==3.13 +prometheus-client==0.17.1 psutil==5.9.5 pyOpenSSL==24.0.0 pyjwt==2.8.0 @@ -17,6 +21,3 @@ requests==2.31.0 termcolor==1.1 tornado==6.3.3 tzlocal==5.1 -jsonschema==4.19.1 -orjson==3.9.15 -prometheus-client==0.17.1