Skip to content

Commit a7e6ad3

Browse files
committed
update pyprojtoml
1 parent 8ea984a commit a7e6ad3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,27 @@ requires-python = ">=3.10"
5050

5151
[project.optional-dependencies]
5252
test = [
53-
"pytest>6.0.0",
53+
"pytest",
5454
"pytest-cov>=2.10.1",
5555
"pytest-html!=2.1.0",
56+
"pytest-metadata>=1.5.1",
5657
"pytest-xdist",
5758
"dask",
5859
"moto",
5960
]
60-
61-
# very possible these will be needed
62-
# at some point in the near future
63-
# doc = [
64-
# "sphinx>=6.1.3",
65-
# "pydata_sphinx_theme",
66-
# ]
61+
# build docs
62+
doc = [
63+
"autodocsumm",
64+
"sphinx",
65+
"sphinx_rtd_theme",
66+
]
67+
# to be added when functionality provided
6768
# develop = [
6869
# "pre-commit",
6970
# "pylint",
7071
# "pydocstyle",
7172
# ]
7273

73-
7474
[project.urls]
7575
Code = "https://github.com/NCAS-CMS/PyActiveStorage"
7676
# Documentation = ""

0 commit comments

Comments
 (0)