File size: 390 Bytes
92ea780
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "eee-validator"
version = "0.1.0"
description = "CI validation proxy for the EEE datastore on HuggingFace"
requires-python = ">=3.12"
dependencies = [
    "huggingface-hub>=0.27.0",
    "pydantic>=2.0",
    "gradio>=5.0",
    "jsonschema>=4.0",
]

[tool.hatch.build.targets.wheel]
packages = ["."]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"