23 lines
539 B
TOML
23 lines
539 B
TOML
[tool.poetry]
|
|
name = "frame-forge"
|
|
version = "1.0.3"
|
|
description = "CLI to offload image generation to"
|
|
authors = ["jlw4049 <jlw_4049@hotmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "3.11.5"
|
|
numpy = "^1.26.2"
|
|
vapoursynth-portable = "65"
|
|
awsmfunc = {git = "https://github.com/OpusGang/awsmfunc"}
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^23.10.1"
|
|
pyinstaller = {path = "custom-pyinstaller", develop = true}
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|