2026-01-30 07:07:11 +01:00
|
|
|
[project]
|
|
|
|
|
name = "vault"
|
2026-01-31 10:59:34 +01:00
|
|
|
version = "1.0.1"
|
2026-01-30 07:07:11 +01:00
|
|
|
description = ""
|
|
|
|
|
authors = [
|
|
|
|
|
{name = "Jan Doubravský",email = "jan.doubravsky@gmail.com"}
|
|
|
|
|
]
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.13,<3.15"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pyside6 (>=6.10.1,<7.0.0)",
|
|
|
|
|
"pyfuse3 (>=3.4.2,<4.0.0)",
|
|
|
|
|
"watchdog (>=6.0.0,<7.0.0)",
|
|
|
|
|
"loguru (>=0.7.3,<0.8.0)",
|
|
|
|
|
"python-dotenv (>=1.2.1,<2.0.0)"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[tool.poetry]
|
|
|
|
|
package-mode = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
|
pytest = "^9.0.2"
|
|
|
|
|
pytest-cov = "^7.0.0"
|
|
|
|
|
ruff = "^0.14.14"
|
|
|
|
|
mypy = "^1.19.1"
|
|
|
|
|
|
|
|
|
|
[tool.pytest.ini_options]
|
|
|
|
|
markers = [
|
|
|
|
|
"integration: marks tests as integration tests (require udisks2, actual mounting)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|