scrubdata / pyproject.toml
OpenAI Codex
deploy: add sponsor:openai tag (Best Use of Codex) + Codex-hardened build
16dc556
Raw
History Blame Contribute Delete
396 Bytes
[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"]