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