aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-01-05 00:26:04 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-05 18:50:44 +0100
commit2f92626e52fd6496c426e8c10c631c4f8b589c12 (patch)
tree4f536f539c34a17359718e3531e194eea8d0f014 /pyGHDL
parent49bb019a9f57e52397c5f1b2bbfb20cd83645231 (diff)
downloadghdl-2f92626e52fd6496c426e8c10c631c4f8b589c12.tar.gz
ghdl-2f92626e52fd6496c426e8c10c631c4f8b589c12.tar.bz2
ghdl-2f92626e52fd6496c426e8c10c631c4f8b589c12.zip
Added 'attrs' to the dependency list.
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyGHDL/requirements.txt b/pyGHDL/requirements.txt
index d373926f3..f985d97fa 100644
--- a/pyGHDL/requirements.txt
+++ b/pyGHDL/requirements.txt
@@ -1,2 +1,5 @@
+# FIXME: remove this dependency. Only lsp/lsp.py uses it.
+attrs
+
pydecor>=2.0.1
pyVHDLModel>=0.7.3