about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-12-14 00:34:47 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-12-14 00:34:47 +0100
commit197a0984c749105aa02fc17c5233c54ef8baa467 (patch)
tree39c14df7fe761f03d981e0dfaf21ec0bfa674cb8
parentaef29dd45e4f16151889d7a0c5a66a77cf1bfc08 (diff)
downloadnixlib-197a0984c749105aa02fc17c5233c54ef8baa467.tar
nixlib-197a0984c749105aa02fc17c5233c54ef8baa467.tar.gz
nixlib-197a0984c749105aa02fc17c5233c54ef8baa467.tar.bz2
nixlib-197a0984c749105aa02fc17c5233c54ef8baa467.tar.lz
nixlib-197a0984c749105aa02fc17c5233c54ef8baa467.tar.xz
nixlib-197a0984c749105aa02fc17c5233c54ef8baa467.tar.zst
nixlib-197a0984c749105aa02fc17c5233c54ef8baa467.zip
python311Packages.weasel: remove dev and lint depedencies
-rw-r--r--pkgs/development/python-modules/weasel/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/weasel/default.nix b/pkgs/development/python-modules/weasel/default.nix
index 727ec482c161..a8137ccd3814 100644
--- a/pkgs/development/python-modules/weasel/default.nix
+++ b/pkgs/development/python-modules/weasel/default.nix
@@ -4,22 +4,14 @@
 , fetchFromGitHub
 , setuptools
 , wheel
-, black
 , cloudpathlib
 , confection
-, isort
-, mypy
 , packaging
-, pre-commit
 , pydantic
-, pytest
 , requests
-, ruff
 , smart-open
 , srsly
 , typer
-, types-requests
-, types-setuptools
 , wasabi
 , pytestCheckHook
 }:
@@ -44,22 +36,14 @@ buildPythonPackage rec {
   ];
 
   propagatedBuildInputs = [
-    black
     cloudpathlib
     confection
-    isort
-    mypy
     packaging
-    pre-commit
     pydantic
-    pytest
     requests
-    ruff
     smart-open
     srsly
     typer
-    types-requests
-    types-setuptools
     wasabi
   ];