markdown-anki-decks: relax genanki constraint

This commit is contained in:
Fabian Affolter 2022-01-05 22:58:36 +01:00 committed by Jonathan Ringer
parent 75b3b8c4b1
commit 7dae53c963

View file

@ -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"'
'';