Skip to content

Commit 5179c63

Browse files
committed
Include OAuth dependencies in test environment
1 parent 4f3d39d commit 5179c63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ path = "smartextract/__init__.py"
5757
[[tool.hatch.envs.hatch-test.matrix]]
5858
python = ["3.13", "3.12", "3.11", "3.10", "3.9"]
5959

60+
[tool.hatch.envs.default]
61+
features = ["oauth"]
62+
6063
[tool.hatch.envs.types]
6164
extra-dependencies = [
6265
"mypy>=1.11.0",

0 commit comments

Comments
 (0)