markdown-anki-decks: relax typer constraint further

This commit is contained in:
Martin Weinelt 2022-09-19 03:51:23 +02:00 committed by Sandro Jäckel
parent f5473de832
commit a1b3454338
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -32,7 +32,7 @@ python3.pkgs.buildPythonApplication rec {
substituteInPlace pyproject.toml \
--replace 'python-frontmatter = "^0.5.0"' 'python-frontmatter = "^1.0.0"' \
--replace 'genanki = "^0.10.1"' 'genanki = "*"' \
--replace 'typer = "^0.3.2"' 'typer = "^0.4.0"'
--replace 'typer = "^0.3.2"' 'typer = "*"'
'';
# No tests available on Pypi and there is only a failing version assertion test in the repo.