BiomedParse / pyproject.toml
kernel-luso-comfort's picture
Add testing support and new utility function for target distribution
29c9bfa
raw
history blame
299 Bytes
[project]
name = "biomedparse"
version = "0.1.0"
description = "Python environment to develop the Gradio interface. Mocks the actual ML model."
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"gradio==4.44.1",
"pytest>=8.3.4",
]
[tool.pytest.ini_options]
pythonpath = ["."]