From 356a5a49c9a86ab6831eb2b43e5a0441f78181d7 Mon Sep 17 00:00:00 2001 From: BoliviaYu Date: Thu, 26 Mar 2026 14:56:01 +0800 Subject: [PATCH] =?UTF-8?q?260326-=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5804787..b134811 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "jobs_robots" version = "0.1.0" -description = "Add your description here" +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",