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