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 d1372c1 commit dad3de6Copy full SHA for dad3de6
requirements/development.txt
@@ -39,9 +39,11 @@ requests-toolbelt==1.0.0
39
rfc3986==2.0.0
40
rich==13.7.1
41
snowballstemmer==2.2.0
42
-sphinxcontrib-applehelp==1.0.4
+sphinxcontrib-applehelp==1.0.4;python_version<"3.9"
43
+sphinxcontrib-applehelp==1.0.8;python_version>="3.9"
44
sphinxcontrib-devhelp==1.0.2
-sphinxcontrib-htmlhelp==2.0.1
45
+sphinxcontrib-htmlhelp==2.0.1;python_version<"3.9"
46
+sphinxcontrib-htmlhelp==2.0.5;python_version>="3.9"
47
sphinxcontrib-jsmath==1.0.1
48
sphinxcontrib-qthelp==1.0.3
49
sphinxcontrib-serializinghtml==1.1.5
0 commit comments