Skip to content

Commit 69edad1

Browse files
Changes docs deps to optional vs. pdm dev
1 parent 163eea4 commit 69edad1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ amqp = [
4444
py38 = [
4545
"eval-type-backport>=0.1.3",
4646
]
47+
docs = [
48+
"sphinx>=5.3.0",
49+
"furo>=2023.3.27",
50+
]
4751

4852
[tool.pdm.dev-dependencies]
4953
lint = [
@@ -57,12 +61,7 @@ test = [
5761
"pytest-cov>=4.1.0",
5862
"httpretty>=1.1.4",
5963
]
60-
doc = [
61-
"sphinx>=5.3.0",
62-
"furo>=2023.3.27",
63-
]
64-
":lint" = [
65-
]
64+
6665

6766
[tool.pdm.scripts]
6867
test-all = "pytest tests/ --cov=src/intersect_sdk/ --cov-fail-under=80 --cov-report=html:reports/htmlcov/ --cov-report=xml:reports/coverage_report.xml --junitxml=reports/junit.xml"

0 commit comments

Comments
 (0)