From 1c3335ca386fd7c24a62519646b86df76c07c3c0 Mon Sep 17 00:00:00 2001 From: Aryamanz29 Date: Wed, 9 Oct 2024 19:40:33 +0530 Subject: [PATCH] deps: Added `PyYAML` to the project `requirements.txt` --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4d99b59c4..a8f605587 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ lazy_loader~=0.4 nanoid==2.0.0 pytz==2024.2 python-dateutil==2.9.0.post0 +PyYAML~=6.0.2