diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2023-04-15 10:32:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 10:32:45 +0200 |
commit | 9b325b99b8f43b2f36da1d1ad554864d295c1894 (patch) | |
tree | aad240a743d00cd95d15c34e80a5f10af7e7681d /pyGHDL/libghdl | |
parent | d8ac5d6421e9156d3c9ebde905c838d7e277e181 (diff) | |
parent | f11446e1cfaf0ed4db2d43ec3b9b421de313b6ae (diff) | |
download | ghdl-9b325b99b8f43b2f36da1d1ad554864d295c1894.tar.gz ghdl-9b325b99b8f43b2f36da1d1ad554864d295c1894.tar.bz2 ghdl-9b325b99b8f43b2f36da1d1ad554864d295c1894.zip |
Updated dependencies and adjusted Python code.
Diffstat (limited to 'pyGHDL/libghdl')
-rw-r--r-- | pyGHDL/libghdl/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt index a061bb3f4..c66bc6e3a 100644 --- a/pyGHDL/libghdl/requirements.txt +++ b/pyGHDL/libghdl/requirements.txt @@ -1 +1 @@ -pyTooling>=2.13.0, <3.0 +pyTooling>=4.0.1, <5.0 |