Files
JustJustWatch/pyproject.toml
dependabot[bot] 68af051b0b Bump pylint from 4.0.6 to 4.0.7
Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.7)

---
updated-dependencies:
- dependency-name: pylint
  dependency-version: 4.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-18 13:14:24 +00:00

17 lines
339 B
TOML

[project]
name = "justjustwatch"
version = "0.1.0"
description = "CLI tool to search movies and shows availability on JustWatch"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"inquirerpy>=0.3.4",
"requests>=2.34.2",
"tabulate>=0.9.0",
"tqdm>=4.70.0",
]
[dependency-groups]
dev = [
"pylint>=4.0.7",
]