Skip to content

Commit e7db56f

Browse files
committed
CI: fix the pyproject.toml
1 parent 7965998 commit e7db56f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,16 @@ classifiers = [
2424
"Typing :: Typed",
2525
]
2626
dynamic = ["version"]
27+
dependencies = [
28+
"httpx",
29+
]
2730

2831
[project.scripts]
2932
save-and-restore-upload = "save_and_restore_api.tools.upload:main"
3033

3134
[project.urls]
3235
Homepage = "https://github.com/dmgav/save-and-restore-api"
3336

34-
dependencies = [
35-
"httpx",
36-
]
37-
3837
[project.optional-dependencies]
3938
dev = [
4039
"pytest >=6",
@@ -49,11 +48,9 @@ docs = [
4948
"furo>=2023.08.17",
5049
]
5150

52-
5351
[tool.setuptools_scm]
5452
write_to = "src/save_and_restore_api/_version.py"
5553

56-
5754
[tool.pytest.ini_options]
5855
minversion = "6.0"
5956
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error

0 commit comments

Comments
 (0)