mirror of https://github.com/databricks/cli.git
12 lines
184 B
TOML
12 lines
184 B
TOML
|
[project]
|
||
|
name = "eval"
|
||
|
version = "0.1.0"
|
||
|
description = "Add your description here"
|
||
|
requires-python = ">=3.11"
|
||
|
dependencies = [
|
||
|
"pyyaml",
|
||
|
"jinja2",
|
||
|
"pytest",
|
||
|
"ruff",
|
||
|
]
|