Skip to content

Commit 1ccdaf8

Browse files
committed
chore(superset/opa-authorizer): Add description and format the file
1 parent 1e71c9a commit 1ccdaf8

1 file changed

Lines changed: 5 additions & 17 deletions

File tree

superset/stackable/opa-authorizer/pyproject.toml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,18 @@
11
[project]
22
name = "opa-authorizer"
33
version = "0.1.0"
4-
description = ""
4+
description = "Auth manager for Superse t which delegates the authorization to an Open Policy Agent"
55
authors = [{ name = "Benedikt Labrenz", email = "benedikt.labrenz@stackable.tech" }]
66
requires-python = ">=3.9.0,<3.13"
77
readme = "README.md"
8-
dependencies = [
9-
"cachetools>=5.5.0,<6",
10-
"overrides>=7.7.0,<8",
11-
]
8+
dependencies = ["cachetools>=5.5.0,<6", "overrides>=7.7.0,<8"]
129

1310
[dependency-groups]
14-
dev = [
15-
"pylint>=3.3.1,<4",
16-
"apache-superset>=4.0,<4.1",
17-
]
18-
test = [
19-
"pytest-mock>=3.10.0,<4",
20-
"pytest>=8.3.3,<9",
21-
]
11+
dev = ["pylint>=3.3.1,<4", "apache-superset>=4.0,<4.1"]
12+
test = ["pytest-mock>=3.10.0,<4", "pytest>=8.3.3,<9"]
2213

2314
[tool.uv]
24-
default-groups = [
25-
"dev",
26-
"test",
27-
]
15+
default-groups = ["dev", "test"]
2816

2917
[build-system]
3018
requires = ["hatchling"]

0 commit comments

Comments
 (0)