Commit 8d0e57b2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.slack-bolt: format with nixfmt

parent 85ec597f
Loading
Loading
Loading
Loading
+34 −37
Original line number Diff line number Diff line
{ 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 = [