2026-01-07 16:36:54 +08:00
|
|
|
[project]
|
|
|
|
|
name = "ai-work"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.12"
|
2026-01-08 19:11:59 +08:00
|
|
|
dependencies = [
|
|
|
|
|
"streamlit>=1.28.0",
|
|
|
|
|
"requests>=2.31.0",
|
2026-01-09 08:11:35 +08:00
|
|
|
"python-dotenv>=1.0.0",
|
|
|
|
|
"openai>=1.0.0"
|
2026-01-08 19:11:59 +08:00
|
|
|
]
|