移除opencv-python, aiohttp依赖,更新poetry.source配置格式

This commit is contained in:
BalconyJH 2024-12-12 05:14:44 +08:00
parent bd363a576b
commit 8cfb61688f
No known key found for this signature in database
GPG Key ID: FF602923BD2A1FAF
3 changed files with 754 additions and 1020 deletions

1768
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,9 +7,9 @@ license = "AGPL"
package-mode = false
[[tool.poetry.source]]
name = "ali"
default = true
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
priority = "primary"
[tool.poetry.dependencies]
python = "^3.10"
@ -38,10 +38,8 @@ beautifulsoup4 = "^4.12.3"
lxml = "^5.1.0"
psutil = "^5.9.8"
feedparser = "^6.0.11"
opencv-python = "^4.9.0.80"
imagehash = "^4.3.1"
cn2an = "^0.5.22"
aiohttp = "^3.9.5"
dateparser = "^1.2.0"
bilireq = "0.2.3post0"
python-jose = { extras = ["cryptography"], version = "^3.3.0" }

Binary file not shown.