markdown-anki-decks: relax genanki constraint
This commit is contained in:
parent
75b3b8c4b1
commit
7dae53c963
@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
# No API changes.
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'python-frontmatter = "^0.5.0"' 'python-frontmatter = "^1.0.0"' \
|
||||
--replace 'genanki = "^0.10.1"' 'genanki = "^0.11.0"' \
|
||||
--replace 'genanki = "^0.10.1"' 'genanki = "*"' \
|
||||
--replace 'typer = "^0.3.2"' 'typer = "^0.4.0"'
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user