openai_updates / pyproject.toml
Invicto69's picture
chore: Initial commit
b8f45a1 verified
raw
history blame contribute delete
186 Bytes
[project]
name = "openai-updates"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"streamlit>=1.54.0",
]