Spaces:
Running
Running
File size: 396 Bytes
16dc556 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [project]
name = "hackaton-small"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=6.16.0",
"jsonschema>=4.26.0",
"modal>=1.4.3",
"pycountry>=26.2.16",
]
[dependency-groups]
dev = [
"pytest>=9.0.3",
"scipy>=1.17.1",
]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]
|