perf: replace slack requirements

This commit is contained in:
Soulter
2025-06-21 23:19:39 +08:00
parent 797f2a3173
commit 8501a0c205
3 changed files with 5 additions and 16 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ dependencies = [
"quart>=0.20.0",
"readability-lxml>=0.8.4.1",
"silk-python>=0.2.6",
"slack-bolt>=1.23.0",
"slack-sdk>=3.35.0",
"telegramify-markdown>=0.5.1",
"watchfiles>=1.0.5",
"websockets>=15.0.1",
+2 -1
View File
@@ -37,4 +37,5 @@ watchfiles
websockets
faiss-cpu
aiosqlite
nh3
nh3
slack-sdk
Generated
+2 -14
View File
@@ -243,7 +243,7 @@ dependencies = [
{ name = "quart" },
{ name = "readability-lxml" },
{ name = "silk-python" },
{ name = "slack-bolt" },
{ name = "slack-sdk" },
{ name = "telegramify-markdown" },
{ name = "watchfiles" },
{ name = "websockets" },
@@ -288,7 +288,7 @@ requires-dist = [
{ name = "quart", specifier = ">=0.20.0" },
{ name = "readability-lxml", specifier = ">=0.8.4.1" },
{ name = "silk-python", specifier = ">=0.2.6" },
{ name = "slack-bolt", specifier = ">=1.23.0" },
{ name = "slack-sdk", specifier = ">=3.35.0" },
{ name = "telegramify-markdown", specifier = ">=0.5.1" },
{ name = "watchfiles", specifier = ">=1.0.5" },
{ name = "websockets", specifier = ">=15.0.1" },
@@ -2079,18 +2079,6 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050 },
]
[[package]]
name = "slack-bolt"
version = "1.23.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "slack-sdk" },
]
sdist = { url = "https://files.pythonhosted.org/packages/a5/c9/7421458765061cb98e01a12d6cadc273ee35e75856b0073ec7c3efa5cf46/slack_bolt-1.23.0.tar.gz", hash = "sha256:3d2c3eb13131407a94f925eb22b180d352c2d97b808303ef92b7a46d6508c843", size = 130659 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/c8/48/6f435d702a680307488c7d8d3bd6e12552bbf2ff3e0eb67ccb7d0850d122/slack_bolt-1.23.0-py2.py3-none-any.whl", hash = "sha256:6d6ae39d80c964c362505ae4e587eed2b26dbc3a9f0cb76af1150c30fb670488", size = 229691 },
]
[[package]]
name = "slack-sdk"
version = "3.35.0"