FrameForge/pyproject.toml
jlw_4049 d27d3d0653 feat: v1.3.3
fix: an edge case bug that could potentially cause data loss when generating the final folder
fix: a bug where the encode would attempt to use the source index file, generating a new one in it's place incorrectly (this was present in ffms2)
2024-08-25 14:00:27 -04:00

24 lines
560 B
TOML

[tool.poetry]
name = "frame-forge"
version = "1.3.3"
description = "CLI to offload image generation to"
authors = ["jlw4049 <jlw_4049@hotmail.com>"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "3.11.9"
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"