diff options
| author | Graham Christensen <graham@grahamc.com> | 2023-09-21 13:37:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-21 13:37:50 -0400 |
| commit | cd15010016321b77e1fef44d3af131e34383d9c0 (patch) | |
| tree | 3ce04a42fa3a6f9e10f5913ef13145f62ab18516 | |
| parent | soupault: 4.6.0 → 4.7.0 (diff) | |
| download | nixpkgs-cd15010016321b77e1fef44d3af131e34383d9c0.tar.gz | |
github-to-sqlite: add beautifulsoup4origin/github-to-sqlite-beautifulsoup4
| -rw-r--r-- | pkgs/development/python-modules/github-to-sqlite/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/github-to-sqlite/default.nix b/pkgs/development/python-modules/github-to-sqlite/default.nix index ed262841773e..341c121696fd 100644 --- a/pkgs/development/python-modules/github-to-sqlite/default.nix +++ b/pkgs/development/python-modules/github-to-sqlite/default.nix @@ -2,6 +2,7 @@ , buildPythonPackage , fetchFromGitHub , isPy3k +, beautifulsoup4 , pytestCheckHook , pyyaml , requests @@ -22,6 +23,7 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ + beautifulsoup4 sqlite-utils pyyaml requests |
