python3Packages.slack-sdk: clean up dependencies
This commit is contained in:
parent
3f0aff97b1
commit
7faa5c3b58
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user