From 76afa4c1825d5a58e0a9abbb77b84b3e1101757e Mon Sep 17 00:00:00 2001 From: allenyllee Date: Mon, 6 Feb 2023 14:50:04 +0000 Subject: [PATCH] fix: when execute `portray on_github_pages` will generate error: `TypeError: wrap() missing 1 required positional argument: 'outfile'`. --- requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 41e1744..60de306 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,11 @@ psutil>=5.4.2 Gooey>=1.0.1 colored>=1.3.93 portray==1.7.0 -# https://github.com/mkdocs/mkdocs/issues/2855 -mkdocs==1.3.0 -mkdocs-material==8.2.11 +# # https://github.com/mkdocs/mkdocs/issues/2855 +# mkdocs==1.3.0 +# mkdocs-material==8.2.11 +# https://github.com/mkdocs/mkdocs/issues/2855#issuecomment-1419201207 +pygments==2.11.0 black>=21.7b0 isort>=5.9.2 mypy>=0.910