SusAI / pyproject.toml
HydroFlyer53's picture
Update pyproject.toml
a447dde verified
raw
history blame
185 Bytes
[project]
name = "python-template"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
requires-python = ">=3.11"
dependencies = [
"gradio-client>=1.5.4",
]