Skip to content

Commit 78f0f6b

Browse files
revert defintion. (#588)
1 parent d1a2bbb commit 78f0f6b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dev-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ termcolor==2.5.0
197197
# via mkdocs-macros-plugin
198198
tomli==2.2.1 ; python_full_version <= '3.11'
199199
# via coverage
200+
toposort==1.10
201+
# via pynxtools (pyproject.toml)
200202
types-pytz==2024.2.0.20241003
201203
# via pynxtools (pyproject.toml)
202204
types-pyyaml==6.0.12.20240917

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [
3434
"mergedeep",
3535
"importlib-metadata",
3636
"lxml>=4.9.1",
37+
"toposort>=1.10.0",
3738
"anytree",
3839
]
3940

0 commit comments

Comments
 (0)