Skip to content

Commit ad73a2c

Browse files
author
GitHub Actions
committed
Alphabetizing certain dependencies
1 parent 9cb9130 commit ad73a2c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,24 @@ aross-stations-db = "aross_stations_db.cli:cli"
3939

4040
[project.optional-dependencies]
4141
test = [
42-
"pytest >=6",
43-
"pytest-cov >=3",
4442
"mypy >=1.10",
4543
"pandas-stubs",
44+
"pytest >=6",
45+
"pytest-cov >=3",
4646
"types-tqdm",
4747
]
4848
dev = [
49-
"pytest >=6",
50-
"pytest-cov >=3",
5149
"nox",
5250
"pre-commit",
51+
"pytest >=6",
52+
"pytest-cov >=3",
5353
]
5454
docs = [
55-
"sphinx>=7.0",
55+
"furo>=2023.08.17",
5656
"myst_parser>=0.13",
57-
"sphinx_copybutton",
57+
"sphinx>=7.0",
5858
"sphinx_autodoc_typehints",
59-
"furo>=2023.08.17",
59+
"sphinx_copybutton",
6060
]
6161
ui = [
6262
"jupyterlab",

0 commit comments

Comments
 (0)