Files
cafeyn-dl/pyproject.toml
dependabot[bot] c8db6b76b7 Bump tqdm from 4.69.1 to 4.70.0
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.69.1 to 4.70.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.69.1...v4.70.0)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-version: 4.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-02 15:03:08 +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.3.0",
"python-dotenv>=1.2.2",
"tqdm>=4.70.0",
]
[dependency-groups]
dev = [
"pylint>=4.0.6",
]