From f8e9281e2174f55bb87d997edef86cca188769e8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 15 Apr 2020 01:33:49 +0200 Subject: [PATCH] fix pdoc version --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c4dbba4..872f56c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,4 +18,4 @@ pytest-cov bandit requests-mock yapf -pdoc; python_version >= "3.6" +pdoc3; python_version >= "3.6"