Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
freddy36 committed Jul 1, 2024
1 parent 4804d39 commit 5962f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ with import <nixpkgs> {};
mkShell {
buildInputs = [
ffmpeg
(python3.withPackages(ps: with ps; [
(python312.withPackages(ps: with ps; [
mutagen
requests
rich
Expand All @@ -17,7 +17,7 @@ mkShell {
tomli
attrs
pycountry
urllib3-2.2.2
urllib3

# Test
pytest
Expand Down

0 comments on commit 5962f07

Please sign in to comment.