Files
tg_crawl/pyproject.toml

14 lines
281 B
TOML
Raw Permalink Normal View History

2026-02-26 20:00:06 +08:00
[project]
name = "jobs_robots"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"telethon>=1.42.0",
"pymysql>=1.1.1",
"requests>=2.32.0",
"beautifulsoup4>=4.12.0",
"openpyxl>=3.1.0",
2026-02-26 20:00:06 +08:00
]