2024-01-24 12:11:06 -05:00
|
|
|
[tool.poetry]
|
2024-01-24 12:31:46 -05:00
|
|
|
name = "frame-forge"
|
2024-08-25 14:00:27 -04:00
|
|
|
version = "1.3.3"
|
2024-01-24 12:11:06 -05:00
|
|
|
description = "CLI to offload image generation to"
|
|
|
|
authors = ["jlw4049 <jlw_4049@hotmail.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
2024-08-12 12:12:02 -04:00
|
|
|
package-mode = false
|
2024-01-24 12:11:06 -05:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-08-12 12:12:02 -04:00
|
|
|
python = "3.11.9"
|
2024-01-24 12:11:06 -05:00
|
|
|
numpy = "^1.26.2"
|
2024-06-21 14:57:26 -04:00
|
|
|
vapoursynth-portable = "65"
|
|
|
|
awsmfunc = {git = "https://github.com/OpusGang/awsmfunc"}
|
2024-01-24 12:11:06 -05:00
|
|
|
|
|
|
|
|
|
|
|
[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"
|