python312Packages.twilio: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 16:18:03 +02:00
parent 3b38b95d78
commit 5c319e2eb5

View File

@ -1,20 +1,21 @@
{ lib {
, aiohttp lib,
, aiohttp-retry aiohttp,
, aiounittest aiohttp-retry,
, buildPythonPackage aiounittest,
, cryptography buildPythonPackage,
, django cryptography,
, fetchFromGitHub django,
, mock fetchFromGitHub,
, multidict mock,
, pyngrok multidict,
, pyjwt pyngrok,
, pytestCheckHook pyjwt,
, pythonOlder pytestCheckHook,
, pytz pythonOlder,
, requests pytz,
, setuptools requests,
setuptools,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -31,9 +32,7 @@ buildPythonPackage rec {
hash = "sha256-3014wT7DXRlWvRxfqx/wIR9v9uX9QROQICDHXcgtOHs="; hash = "sha256-3014wT7DXRlWvRxfqx/wIR9v9uX9QROQICDHXcgtOHs=";
}; };
build-system = [ build-system = [ setuptools ];
setuptools
];
dependencies = [ dependencies = [
aiohttp aiohttp
@ -68,9 +67,7 @@ buildPythonPackage rec {
"tests/cluster/test_cluster.py" "tests/cluster/test_cluster.py"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [ "twilio" ];
"twilio"
];
meta = with lib; { meta = with lib; {
description = "Twilio API client and TwiML generator"; description = "Twilio API client and TwiML generator";