projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf12c8c
)
Remove PyYAML dependency
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 2 Jul 2020 09:27:13 +0000
(11:27 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 2 Jul 2020 09:27:13 +0000
(11:27 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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,
)