We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6e0f7 commit 2ed6e9aCopy full SHA for 2ed6e9a
1 file changed
pyproject.toml
@@ -22,6 +22,7 @@ dependencies = [
22
"wheel>=0.37.0",
23
"dash_cytoscape>=1.0.2",
24
"dash>=3.2.0",
25
+ "colorama=>0.4.6"
26
]
27
classifiers = [
28
"License :: OSI Approved :: MIT License",
@@ -50,6 +51,7 @@ docs = [
50
51
"sphinx-rtd-theme>=3.0.2",
52
"python-call-graph>=2.1.4",
53
"sphinx-autoapi>=3.0.0",
54
+ "pdoc3=>0.11.6"
55
56
57
# Optional: live-reload while writing docs
0 commit comments