mirror of
https://github.com/NohamR/cafeyn-dl.git
synced 2026-07-11 19:10:07 +00:00
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
328 B
TOML
18 lines
328 B
TOML
[project]
|
|
name = "cafeyn-dl"
|
|
version = "0.1.0"
|
|
description = "A python script to download magazines from Cafeyn."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"curl-cffi>=0.15.0",
|
|
"pillow>=12.3.0",
|
|
"python-dotenv>=1.2.2",
|
|
"tqdm>=4.68.3",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pylint>=4.0.6",
|
|
]
|