genAI-demo / src /pyproject.toml
Nazim Tairov
initial commit
b821944
raw
history blame contribute delete
497 Bytes
[project]
name = "data-insights-app"
version = "1.0.0"
description = "AI-powered data insights application with function calling, safety features, and Jira integration"
requires-python = ">=3.12"
dependencies = [
"streamlit>=1.39.0",
"openai>=1.54.0",
"pandas>=2.2.3",
"plotly>=5.24.1",
"python-dotenv>=1.0.1",
"jira>=3.8.0",
"numpy>=2.1.3",
]
[project.optional-dependencies]
dev = [
"pytest>=7.4.0",
"black>=23.0.0",
"flake8>=6.0.0",
"mypy>=1.5.0",
]