build: set up project for bulkgen
This commit is contained in:
commit
4fd7f94db3
10 changed files with 707 additions and 0 deletions
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[project]
|
||||
name = "bulkgen"
|
||||
version = "0.1.0"
|
||||
description = "Bulk-Generate Images with Generative AI"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"blackforest>=0.1.3",
|
||||
"networkx>=3.6.1",
|
||||
"pydantic>=2.12.5",
|
||||
"pydantic-settings[yaml]>=2.12.0",
|
||||
"pyright>=1.1.408",
|
||||
"typer>=0.23.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pyright>=1.1.408",
|
||||
"pytest>=9.0.2",
|
||||
"ruff>=0.15.1",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue