From ae200d8e25da6b8cdc04798f86a3a57088100c9e Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Tue, 6 Aug 2024 14:19:22 +0200 Subject: [PATCH] Add pyyaml dependency (#21) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0483d36..0ebbf39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ fastapi httpx python-dotenv python-json-logger +pyyaml uvicorn