25 lines
467 B
TOML
25 lines
467 B
TOML
[project]
|
|
name = "jellyplex-watched"
|
|
version = "7.0.3"
|
|
description = "Sync watched between media servers locally"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"loguru>=0.7.3",
|
|
"packaging==25.0",
|
|
"plexapi==4.17.0",
|
|
"pydantic==2.11.4",
|
|
"python-dotenv==1.1.0",
|
|
"requests==2.32.3",
|
|
]
|
|
|
|
[dependency-groups]
|
|
lint = [
|
|
"ruff>=0.11.10",
|
|
]
|
|
dev = [
|
|
"mypy>=1.15.0",
|
|
"pytest>=8.3.5",
|
|
"types-requests>=2.32.0.20250515",
|
|
]
|