python3Packages.slack-sdk: clean up dependencies

This commit is contained in:
Robert Schütz 2025-06-20 16:44:21 -07:00
parent 3f0aff97b1
commit 7faa5c3b58

View File

@ -7,9 +7,7 @@
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
fetchpatch, fetchpatch,
flake8,
moto, moto,
psutil,
pytest-asyncio, pytest-asyncio,
pytestCheckHook, pytestCheckHook,
setuptools, setuptools,
@ -41,10 +39,9 @@ buildPythonPackage rec {
build-system = [ setuptools ]; build-system = [ setuptools ];
dependencies = [ optional-dependencies.optional = [
aiodns aiodns
aiohttp aiohttp
aiosqlite
boto3 boto3
sqlalchemy sqlalchemy
websocket-client websocket-client
@ -54,12 +51,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "slack_sdk" ]; pythonImportsCheck = [ "slack_sdk" ];
nativeCheckInputs = [ nativeCheckInputs = [
flake8 aiosqlite
moto moto
psutil
pytest-asyncio pytest-asyncio
pytestCheckHook pytestCheckHook
]; ] ++ optional-dependencies.optional;
disabledTests = [ disabledTests = [
# Requires internet access (to slack API) # Requires internet access (to slack API)