Skip to content

Commit c0ae568

Browse files
committed
added pdoc in requirements
1 parent 82ccfc5 commit c0ae568

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

requirements.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
tomli==2.0.1
33
platformdirs==2.5.4
44

5-
# pylint - static code analysis tool
5+
# isort - sort your imports
66
isort==5.10.1
7+
8+
# pylint - static code analysis tool
79
astroid==2.12.12
810
tomlkit==0.11.6
911
mccabe==0.7.0
@@ -18,9 +20,6 @@ click==8.1.3
1820
pathspec==0.10.2
1921
black==22.10.0
2022

21-
# isort - sort your imports
22-
isort==5.10.1
23-
2423
# PyYAML - YAML parser and emitter
2524
PyYAML==6.0
2625

@@ -62,3 +61,7 @@ pytest==7.2.0
6261

6362
# coverage - measures code coverage during test execution
6463
coverage==6.5.0
64+
65+
# pdoc - API documentation for python
66+
Pygments==2.13.0
67+
pdoc==12.3.0

0 commit comments

Comments
 (0)