diff options
author | Parker <contact@pkrm.dev> | 2024-11-03 22:24:31 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-03 22:24:31 -0600 |
commit | 8507d9889f454c9a0e3d9e6f8bba0336776b14f3 (patch) | |
tree | cc2f2a057de1347ba79c93744e95701bece0d2b4 | |
parent | e567eb6dcf005090740cd40067b6f52258a392a3 (diff) |
Update `requirements.txt`
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |