Skip to content

Commit 661d634

Browse files
committed
creating the state machine from the workflow definition and generating graphs in mermaid and pygraphviz
Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
1 parent 80c4549 commit 661d634

File tree

5 files changed

+834
-73
lines changed

5 files changed

+834
-73
lines changed

Pipfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ name = "pypi"
77
jsonschema = "==4.4.0"
88
pyyaml = "==6.0"
99
requests = "*"
10+
pygraphviz = "==1.11"
11+
transitions = "==0.9.2"
1012

1113
[dev-packages]
1214
pytest = "==6.2.5"
1315
pytest-runner = "==5.3.1"
1416

1517
[requires]
16-
python_version = "3"
18+
python_version = "3.9"

0 commit comments

Comments
 (0)