python311Packages.awswrangler: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-23 08:40:01 +02:00
parent facce1b815
commit 31748b91a2
1 changed files with 28 additions and 33 deletions

View File

@ -1,27 +1,28 @@
{ backoff
, sparqlwrapper
, boto3
, buildPythonPackage
, fetchFromGitHub
, gremlinpython
, jsonpath-ng
, lib
, moto
, openpyxl
, opensearch-py
, pandas
, pg8000
, poetry-core
, progressbar2
, pyarrow
, pymysql
, pyodbc
, pyparsing
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, redshift-connector
, requests-aws4auth
{
backoff,
sparqlwrapper,
boto3,
buildPythonPackage,
fetchFromGitHub,
gremlinpython,
jsonpath-ng,
lib,
moto,
openpyxl,
opensearch-py,
pandas,
pg8000,
poetry-core,
progressbar2,
pyarrow,
pymysql,
pyodbc,
pyparsing,
pytestCheckHook,
pythonOlder,
pythonRelaxDepsHook,
redshift-connector,
requests-aws4auth,
}:
buildPythonPackage rec {
@ -43,9 +44,7 @@ buildPythonPackage rec {
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
];
pythonRelaxDeps = [ "packaging" ];
dependencies = [
boto3
@ -78,12 +77,8 @@ buildPythonPackage rec {
];
passthru.optional-dependencies = {
sqlserver = [
pyodbc
];
sparql = [
sparqlwrapper
];
sqlserver = [ pyodbc ];
sparql = [ sparqlwrapper ];
};
meta = with lib; {