Committed by
GitHub
Merge pull request #411 from 666ghj/main
Update MindSpider via main
Showing
1 changed file
with
4 additions
and
1 deletions
| @@ -9,6 +9,7 @@ aiomysql==0.2.0 | @@ -9,6 +9,7 @@ aiomysql==0.2.0 | ||
| 9 | aiosqlite==0.21.0 | 9 | aiosqlite==0.21.0 |
| 10 | asyncpg | 10 | asyncpg |
| 11 | sqlalchemy | 11 | sqlalchemy |
| 12 | +psycopg[binary] | ||
| 12 | 13 | ||
| 13 | # =============================== | 14 | # =============================== |
| 14 | # HTTP请求和网络 | 15 | # HTTP请求和网络 |
| @@ -20,6 +21,8 @@ aiofiles~=23.2.1 | @@ -20,6 +21,8 @@ aiofiles~=23.2.1 | ||
| 20 | # =============================== | 21 | # =============================== |
| 21 | # 话题提取模块依赖 | 22 | # 话题提取模块依赖 |
| 22 | # =============================== | 23 | # =============================== |
| 24 | +openai | ||
| 25 | +pydantic-settings | ||
| 23 | numpy | 26 | numpy |
| 24 | pandas==2.2.3 | 27 | pandas==2.2.3 |
| 25 | regex | 28 | regex |
| @@ -30,7 +33,7 @@ pytz | @@ -30,7 +33,7 @@ pytz | ||
| 30 | # =============================== | 33 | # =============================== |
| 31 | # MediaCrawler爬虫依赖 | 34 | # MediaCrawler爬虫依赖 |
| 32 | # =============================== | 35 | # =============================== |
| 33 | -Pillow==9.5.0 | 36 | +Pillow>=10.0.0 |
| 34 | playwright==1.45.0 | 37 | playwright==1.45.0 |
| 35 | tenacity==8.2.2 | 38 | tenacity==8.2.2 |
| 36 | opencv-python | 39 | opencv-python |
-
Please register or login to post a comment