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",
|
2026-03-05 23:55:18 +08:00
|
|
|
"openpyxl>=3.1.0",
|
2026-02-26 20:00:06 +08:00
|
|
|
]
|