We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a753a commit 9e12ad3Copy full SHA for 9e12ad3
pyproject.toml
@@ -35,7 +35,9 @@ classifiers = [
35
[tool.poetry.dependencies]
36
python = ">=3.9"
37
ascii-canvas = ">=2.0.0"
38
-
+flowpipe = "^1.0.4"
39
+NodeGraphQt = "^0.6.3"
40
+"Qt.py" = "^1.4.6"
41
42
[tool.poetry.plugins."poetry.plugin"]
43
"dynamic-versioning" = "poetry_dynamic_versioning.plugin"
@@ -50,9 +52,6 @@ pre-commit = "^3.5.0"
50
52
pylint = "^3.0.1"
51
53
isort = { version = "^5.12.0", extras = ["pyproject"] }
54
mypy = "^1.6.1"
-flowpipe = "^1.0.4"
-NodeGraphQt = "^0.6.3"
55
-"Qt.py" = "^1.4.6"
56
57
[build-system]
58
requires = ["poetry-core>=1.0.0"]
0 commit comments