Files
cafeyn-dl/pyproject.toml
dependabot[bot] ec8e605485 Bump pylint from 4.0.5 to 4.0.6
Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.5...v4.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-14 15:02:58 +00:00

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.2.0",
"python-dotenv>=1.2.2",
"tqdm>=4.68.1",
]
[dependency-groups]
dev = [
"pylint>=4.0.6",
]