Unverified Commit 50a4d634 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

Merge pull request #250059 from tjni/anki

anki: remove pip from anki-build-python
parents 7a79430b 6a89fda4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ let
  };

  anki-build-python = python3.withPackages (ps: with ps; [
    pip
    mypy-protobuf
  ]);