[tool.uv] | |
name = "marketing-text-generator" | |
version = "0.1.0" | |
description = "Ein Projekt für Marketing-Text-Generierung" | |
[tool.uv.dependencies] | |
python = "3.11" | |
streamlit = "*" | |
transformers = "*" | |
[tool.uv.scripts] | |
start = "streamlit run app.py" | |