We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7965998 commit e7db56fCopy full SHA for e7db56f
pyproject.toml
@@ -24,17 +24,16 @@ classifiers = [
24
"Typing :: Typed",
25
]
26
dynamic = ["version"]
27
+dependencies = [
28
+ "httpx",
29
+]
30
31
[project.scripts]
32
save-and-restore-upload = "save_and_restore_api.tools.upload:main"
33
34
[project.urls]
35
Homepage = "https://github.com/dmgav/save-and-restore-api"
36
-dependencies = [
- "httpx",
-]
37
-
38
[project.optional-dependencies]
39
dev = [
40
"pytest >=6",
@@ -49,11 +48,9 @@ docs = [
49
48
"furo>=2023.08.17",
50
51
52
53
[tool.setuptools_scm]
54
write_to = "src/save_and_restore_api/_version.py"
55
56
57
[tool.pytest.ini_options]
58
minversion = "6.0"
59
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
0 commit comments