From c4eaf2c53d32869f30b9f50d4905c86709d6af22 Mon Sep 17 00:00:00 2001 From: DylanAlloy Date: Sun, 24 Dec 2023 13:47:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20fix(deps):=20yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index e69de29..0209792 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1 @@ +yaml \ No newline at end of file diff --git a/setup.py b/setup.py index 4870a36..8e625c5 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ long_description=open('README.md').read(), long_description_content_type='text/markdown', install_requires=[ + "yaml" ], url = 'https://github.com/Prismadic/hygiene' ) \ No newline at end of file