generativeai2 / pyproject.toml
Nazim Tairov
initial commit
317adb5
raw
history blame contribute delete
234 Bytes
[project]
name = "generativeai2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openai>=2.8.1",
"python-dotenv>=1.2.1",
"streamlit>=1.51.0",
]