text-summarizer / pyproject.toml
Fakhruddin90
Add gitignore, dotenv loading, app3, and uv lockfile
744a733
Raw
History Blame Contribute Delete
180 Bytes
[project]
name = "text-summarizer"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"python-dotenv>=1.2.2",
"streamlit>=1.58.0",
"transformers>=5.12.1",
]