Skip to content

Commit 52aa66d

Browse files
committed
updated to the new version
1 parent 9c90d42 commit 52aa66d

5 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/ctfsolver.egg-info/PKG-INFO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Requires-Dist: setuptools>=67.7.0
1919
Requires-Dist: wheel>=0.37.0
2020
Requires-Dist: dash_cytoscape>=1.0.2
2121
Requires-Dist: dash>=3.2.0
22+
Requires-Dist: colorama>=0.4.6
2223
Provides-Extra: dev
2324
Requires-Dist: pytest>=6.2.4; extra == "dev"
2425
Requires-Dist: twine>=3.4.2; extra == "dev"
@@ -34,6 +35,7 @@ Requires-Dist: sphinx-basic-ng>=1.0.0.beta2; extra == "docs"
3435
Requires-Dist: sphinx-rtd-theme>=3.0.2; extra == "docs"
3536
Requires-Dist: python-call-graph>=2.1.4; extra == "docs"
3637
Requires-Dist: sphinx-autoapi>=3.0.0; extra == "docs"
38+
Requires-Dist: pdoc3>=0.11.6; extra == "docs"
3739
Provides-Extra: docs-live
3840
Requires-Dist: sphinx-autobuild>=2024.9.3; extra == "docs-live"
3941
Dynamic: license-file

app/ctfsolver.egg-info/requires.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ setuptools>=67.7.0
66
wheel>=0.37.0
77
dash_cytoscape>=1.0.2
88
dash>=3.2.0
9+
colorama>=0.4.6
910

1011
[dev]
1112
pytest>=6.2.4
@@ -23,6 +24,7 @@ sphinx-basic-ng>=1.0.0.beta2
2324
sphinx-rtd-theme>=3.0.2
2425
python-call-graph>=2.1.4
2526
sphinx-autoapi>=3.0.0
27+
pdoc3>=0.11.6
2628

2729
[docs-live]
2830
sphinx-autobuild>=2024.9.3
9.32 KB
Binary file not shown.

dist/ctfsolver-0.0.13.tar.gz

8.1 KB
Binary file not shown.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"wheel>=0.37.0",
2323
"dash_cytoscape>=1.0.2",
2424
"dash>=3.2.0",
25-
"colorama=>0.4.6"
25+
"colorama>=0.4.6",
2626
]
2727
classifiers = [
2828
"License :: OSI Approved :: MIT License",
@@ -51,7 +51,7 @@ docs = [
5151
"sphinx-rtd-theme>=3.0.2",
5252
"python-call-graph>=2.1.4",
5353
"sphinx-autoapi>=3.0.0",
54-
"pdoc3=>0.11.6"
54+
"pdoc3>=0.11.6",
5555
]
5656

5757
# Optional: live-reload while writing docs

0 commit comments

Comments
 (0)