loctight-public/pyproject.toml
2026-01-09 12:15:52 -06:00

22 lines
402 B
TOML

[project]
name = "LOCTight"
version = "1.1.0"
authors = [{ name="OOCAZ (Zac Poorman)", email="poortexanlegos@gmail.com" }]
dependencies = [
"pyautogui",
"ttkbootstrap",
"darkdetect"
]
[project.optional-dependencies]
test = [
"pytest>=7.0.0",
"pytest-cov>=4.0.0"
]
dev = [
"pytest>=7.0.0",
"pytest-cov>=4.0.0",
"flake8>=6.0.0",
"black>=23.0.0",
"isort>=5.12.0"
]