File size: 322 Bytes
a7f3368 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "MangakAI"
version = "0.1.0"
description = "Transform your imagination into visual stories with the power of AI!"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"google-genai>=1.33.0",
"gradio>=5.44.1",
"pillow>=11.3.0",
"python-dotenv>=1.1.1",
"reportlab>=4.4.3",
]
|