Skip to content

Commit

Permalink
order python deps correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jurraca committed Nov 25, 2024
1 parent ad05297 commit f86ac82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
pythonDevDeps = pkgs.python311.withPackages (ps: [
ps.beautifulsoup4
ps.pandas
ps.pylint
ps.pytest
ps.requests
ps.tqdm
ps.pytest
ps.pylint
]);
kartografDeps = [
pythonBuildDeps
Expand Down

0 comments on commit f86ac82

Please sign in to comment.