python312Packages.slack-bolt: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-17 10:49:10 +02:00
parent 85ec597fbb
commit 8d0e57b248
@@ -1,34 +1,35 @@
{ lib
, aiohttp
, bottle
, buildPythonPackage
, chalice
, cherrypy
, django
, docker
, falcon
, fastapi
, fetchFromGitHub
, fetchpatch
, flask
, flask-sockets
, gunicorn
, moto
, numpy
, pyramid
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, sanic
, setuptools
, sanic-testing
, slack-sdk
, starlette
, tornado
, uvicorn
, websocket-client
, websockets
, werkzeug
{
lib,
aiohttp,
bottle,
buildPythonPackage,
chalice,
cherrypy,
django,
docker,
falcon,
fastapi,
fetchFromGitHub,
fetchpatch,
flask,
flask-sockets,
gunicorn,
moto,
numpy,
pyramid,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
sanic,
setuptools,
sanic-testing,
slack-sdk,
starlette,
tornado,
uvicorn,
websocket-client,
websockets,
werkzeug,
}:
buildPythonPackage rec {
@@ -59,13 +60,9 @@ buildPythonPackage rec {
})
];
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
slack-sdk
];
dependencies = [ slack-sdk ];
passthru.optional-dependencies = {
async = [