diff options
-rw-r--r-- | python/setup.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py index 17b4a17e5..6188e1f5a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -38,6 +38,12 @@ setup( 'libghdl.thin.vhdl', 'vhdl_langserver' ], + # List run-time dependencies here. For an analysis of "install_requires" + # vs pip's requirements files see: + # https://packaging.python.org/en/latest/requirements.html + install_requires=[ + 'attrs' + ], # To provide executable scripts, use entry points in preference to the # "scripts" keyword. Entry points provide cross-platform support and allow # pip to create the appropriate form of executable for the target platform. |