Files
deskflow/scripts/pyproject.toml
2024-10-15 22:03:15 +01:00

16 lines
351 B
TOML

[project]
name = "scripts"
version = "0.0.1"
description = "Scripts to assist with development of Deskflow"
requires-python = ">=3.9"
dependencies = [
"clang-format",
"python-dotenv",
"pyyaml",
"dmgbuild; sys_platform == 'darwin'",
"aqtinstall; sys_platform == 'win32' or sys_platform == 'darwin'",
"colorama",
"meson",
"gitpython",
]