From: Jean THOMAS Date: Thu, 2 Jul 2020 09:27:13 +0000 (+0200) Subject: Remove PyYAML dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=139e9eeffa3b4cf3864df7ab735267de26d506b6;p=gram.git Remove PyYAML dependency --- diff --git a/setup.py b/setup.py index a96b3ec..5e4d553 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( download_url="https://github.com/lambdaconcept/gram", license="BSD", python_requires="~=3.6", - install_requires=["pyyaml"], + install_requires=[], packages=find_packages(exclude=("test*", "doc*", "examples*", "contrib*", "libgram*")), include_package_data=True, )