masquerade / pyproject.toml
dml's picture
Add simple gradio to create image masks
dcf52dc
raw
history blame contribute delete
371 Bytes
[tool.poetry]
name = "masquerade"
version = "0.1.0"
description = ""
authors = ["David Lundgren <david.m.lundgren@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
gradio = "^3.22.1"
torch = "^2.0.0"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"