File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -50,27 +50,27 @@ requires-python = ">=3.10"
5050
5151[project .optional-dependencies ]
5252test = [
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 ]
7575Code = " https://github.com/NCAS-CMS/PyActiveStorage"
7676# Documentation = ""
You can’t perform that action at this time.
0 commit comments