mirror of
https://github.com/NohamR/JustJustWatch.git
synced 2026-07-11 22:40:51 +00:00
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.3 to 4.68.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.3...v4.68.4) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
339 B
TOML
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.68.4",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pylint>=3.3.9",
|
|
] |