python312Packages.twilio: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 16:18:03 +02:00
parent 3b38b95d78
commit 5c319e2eb5
1 changed files with 20 additions and 23 deletions

View File

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