We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ccfc5 commit c0ae568Copy full SHA for c0ae568
requirements.txt
@@ -2,8 +2,10 @@
2
tomli==2.0.1
3
platformdirs==2.5.4
4
5
-# pylint - static code analysis tool
+# isort - sort your imports
6
isort==5.10.1
7
+
8
+# pylint - static code analysis tool
9
astroid==2.12.12
10
tomlkit==0.11.6
11
mccabe==0.7.0
@@ -18,9 +20,6 @@ click==8.1.3
18
20
pathspec==0.10.2
19
21
black==22.10.0
22
-# isort - sort your imports
-isort==5.10.1
23
-
24
# PyYAML - YAML parser and emitter
25
PyYAML==6.0
26
@@ -62,3 +61,7 @@ pytest==7.2.0
62
61
63
# coverage - measures code coverage during test execution
64
coverage==6.5.0
65
+# pdoc - API documentation for python
66
+Pygments==2.13.0
67
+pdoc==12.3.0
0 commit comments