Skip to content

Commit 9e12ad3

Browse files
fix dependencies
1 parent 60a753a commit 9e12ad3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ classifiers = [
3535
[tool.poetry.dependencies]
3636
python = ">=3.9"
3737
ascii-canvas = ">=2.0.0"
38-
38+
flowpipe = "^1.0.4"
39+
NodeGraphQt = "^0.6.3"
40+
"Qt.py" = "^1.4.6"
3941

4042
[tool.poetry.plugins."poetry.plugin"]
4143
"dynamic-versioning" = "poetry_dynamic_versioning.plugin"
@@ -50,9 +52,6 @@ pre-commit = "^3.5.0"
5052
pylint = "^3.0.1"
5153
isort = { version = "^5.12.0", extras = ["pyproject"] }
5254
mypy = "^1.6.1"
53-
flowpipe = "^1.0.4"
54-
NodeGraphQt = "^0.6.3"
55-
"Qt.py" = "^1.4.6"
5655

5756
[build-system]
5857
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)