Commit a23c6d07 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.rich-tables: categorize inputs

parent b1a3472f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,7 +2,11 @@
  lib,
  buildPythonPackage,
  fetchPypi,

  # build-system
  poetry-core,

  # dependencies
  coloraide,
  humanize,
  multimethod,
@@ -10,6 +14,8 @@
  rich,
  sqlparse,
  typing-extensions,

  # passthru
  rgbxy ? null,
}:
buildPythonPackage (finalAttrs: {