Files
deskflow/scripts/pyproject.toml
2024-11-21 14:27:01 +00:00

14 lines
243 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",
"colorama",
"gitpython",
"psutil",
]