Skip to content

Commit

Permalink
chore: update python deps (lnbits#2586)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Jul 16, 2024
1 parent 7d1e22c commit eda7e35
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 107 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
asgi-lifespan = prev.asgi-lifespan.overridePythonAttrs (
old: { buildInputs = (old.buildInputs or []) ++ [ prev.setuptools ]; }
);
dnspython = prev.dnspython.overridePythonAttrs (
old: { buildInputs = (old.buildInputs or []) ++ [ prev.hatchling ]; }
);
jinja2 = prev.jinja2.overridePythonAttrs (
old: { buildInputs = (old.buildInputs or []) ++ [ prev.flit-core ]; }
);
pytest-md = prev.pytest-md.overridePythonAttrs (
old: { buildInputs = (old.buildInputs or []) ++ [ prev.setuptools ]; }
);
Expand Down
Loading

0 comments on commit eda7e35

Please sign in to comment.