From 9f8e8f0d0f57bdd7b1da2bcee58f4acfac8c7111 Mon Sep 17 00:00:00 2001 From: Michael Filz <michael.filz@zv-extern.fraunhofer.de> Date: Fri, 25 Oct 2019 15:42:39 +0200 Subject: [PATCH] correct name for yaml is pyyaml --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2fd7d4..62251c3 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from setuptools import setup -global_requires = ['prometheus_client', 'requests', 'yaml'] +global_requires = ['prometheus_client', 'requests', 'pyyaml'] tests_require = global_requires + ['pytest', 'pytest-cov'] setup( -- GitLab