Remove PyYAML dependency
authorJean THOMAS <git0@pub.jeanthomas.me>
Thu, 2 Jul 2020 09:27:13 +0000 (11:27 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Thu, 2 Jul 2020 09:27:13 +0000 (11:27 +0200)
setup.py

index a96b3ec67e25f6df87ca20db0cd2fdfe14aeeae8..5e4d5534c9b3b50dfdc808da7844e8845962558b 100755 (executable)
--- 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,
 )