Merge pull request #287073 from yurrriq/fix-mkdocs-git-revision-date-localized-plugin

python310Packages.mkdocs-git-revision-date-localized-plugin: fix tests
This commit is contained in:
Nick Cao
2024-02-11 09:52:42 -05:00
committed by GitHub
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, babel
, gitpython
, mkdocs
, pytz
@@ -24,6 +25,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
babel
gitpython
mkdocs
pytz