project-test/pyproject.toml

11 lines
196 B
TOML
Raw Permalink Normal View History

[project]
name = "test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"openai>=2.2.0",
"streamlit>=1.40.1",
]