Spaces:
Running
Running
| [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"] | |