Jimmy / pyproject.toml
MilanM's picture
Refactored to use Red Hat AI inference
19b8dfa
Raw
History Blame Contribute Delete
341 Bytes
[project]
name = "jimmy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"certifi>=2026.6.17",
"ibm-cloud-sdk-core>=3.25.0",
"ibm-watsonx-ai>=1.5.14",
"openai>=2.44.0",
"python-dotenv>=1.2.2",
"requests>=2.34.2",
"streamlit>=1.58.0",
]