mirror of
https://github.com/Death916/c2cscrape.git
synced 2026-04-10 03:04:40 -07:00
11 lines
232 B
TOML
11 lines
232 B
TOML
[project]
|
|
name = "c2cscrape"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"bs4>=0.0.2",
|
|
"qbittorrent-api>=2025.11.1",
|
|
"requests>=2.32.5",
|
|
]
|