ai4write / pyproject.toml
fccoelho's picture
Added aiwrite app
0a01b14
raw
history blame contribute delete
314 Bytes
[project]
name = "ai4write"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiwrite",
"gradio>=5.14.0",
"huggingface-hub>=0.25.2", # 0.25.2
]
[tool.uv.sources]
aiwrite = { git = "https://github.com/Deeplearn-PeD/aiwrite" }