Skip to content

Commit b424173

Browse files
margalvaviseshrp
andauthored
Move requirement for docutils to documentation dependencies (#426)
Move the docutils requirement from main dependency to documentation dependency, so it's not shipped with pydynamicreporting. Co-authored-by: Visesh Rajendraprasad <[email protected]>
1 parent 9e69f27 commit b424173

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies = [
2323
"psycopg[binary]>=3.2.6,<3.3.0",
2424
"qtpy>=2.4.3,<2.5.0",
2525
"lark>=1.2.2,<1.3.0",
26-
"docutils>=0.21",
2726
"bleach>=6.2.0",
2827
]
2928
description = "Python interface to Ansys Dynamic Reporting"
@@ -73,6 +72,7 @@ doc = [
7372
"Sphinx",
7473
"sphinx-copybutton",
7574
"sphinx-gallery",
75+
"docutils>=0.21",
7676
]
7777
dev = [
7878
"pip",

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)