mirror of
https://github.com/NohamR/JustJustWatch.git
synced 2026-05-24 19:59:12 +00:00
Bumps [requests](https://github.com/psf/requests) from 2.34.0 to 2.34.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.34.0...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
252 B
TOML
13 lines
252 B
TOML
[project]
|
|
name = "justjustwatch"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"inquirerpy>=0.3.4",
|
|
"requests>=2.34.2",
|
|
"tabulate>=0.9.0",
|
|
"tqdm>=4.67.3",
|
|
]
|