We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb9130 commit ad73a2cCopy full SHA for ad73a2c
pyproject.toml
@@ -39,24 +39,24 @@ aross-stations-db = "aross_stations_db.cli:cli"
39
40
[project.optional-dependencies]
41
test = [
42
- "pytest >=6",
43
- "pytest-cov >=3",
44
"mypy >=1.10",
45
"pandas-stubs",
+ "pytest >=6",
+ "pytest-cov >=3",
46
"types-tqdm",
47
]
48
dev = [
49
50
51
"nox",
52
"pre-commit",
53
54
docs = [
55
- "sphinx>=7.0",
+ "furo>=2023.08.17",
56
"myst_parser>=0.13",
57
- "sphinx_copybutton",
+ "sphinx>=7.0",
58
"sphinx_autodoc_typehints",
59
- "furo>=2023.08.17",
+ "sphinx_copybutton",
60
61
ui = [
62
"jupyterlab",
0 commit comments