aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-27 23:28:23 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-27 23:28:44 +0100
commita2a7a723c1cfcf00fe82d987de25103bc0801866 (patch)
tree9316718f530319f791111aa98023b1956c0ac7dc
parent24edcbeaed866a3b4b9337aeb5dbaa8b05161f0f (diff)
downloadghdl-a2a7a723c1cfcf00fe82d987de25103bc0801866.tar.gz
ghdl-a2a7a723c1cfcf00fe82d987de25103bc0801866.tar.bz2
ghdl-a2a7a723c1cfcf00fe82d987de25103bc0801866.zip
Added Python requirements.
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 000000000..6f7932078
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+pydecor>=2.0.1
+pyVHDLModel>=0.7.1