Files
tg_crawl/pyproject.toml
2026-03-26 14:56:01 +08:00

15 lines
359 B
TOML

[project]
name = "jobs_robots"
version = "0.1.0"
description = "爬取招聘信息的机器人,并将数据清洗后存储到数据库中"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"telethon>=1.42.0",
"pymysql>=1.1.1",
"cryptography>=43.0.0",
"requests>=2.32.0",
"beautifulsoup4>=4.12.0",
"openpyxl>=3.1.0",
]