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 Dec 3, 2024
1 parent b2e5f7e commit cd535cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
ps.beautifulsoup4
ps.pandas
ps.pylint
ps.pytest
ps.requests
ps.tqdm
ps.pytest
ps.pylint
]);
kartografDeps = [
pythonBuildDeps
Expand Down

0 comments on commit cd535cf

Please sign in to comment.