From 8507d9889f454c9a0e3d9e6f8bba0336776b14f3 Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 3 Nov 2024 22:24:31 -0600 Subject: [PATCH] Update `requirements.txt` --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ef36d3..ef94932 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ Flask-Login==0.6.3 a2wsgi==1.10.4 colorlog==6.8.2 bcrypt==4.1.3 -jsonschema==4.23.0 \ No newline at end of file +jsonschema==4.23.0 +PyYAML==6.0.2 \ No newline at end of file