From 139e9eeffa3b4cf3864df7ab735267de26d506b6 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Thu, 2 Jul 2020 11:27:13 +0200 Subject: [PATCH] Remove PyYAML dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) -- 2.30.2