Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/cpython
Path: blob/main/Doc/constraints.txt
12 views
1
# We have upper bounds on our transitive dependencies here
2
# To avoid new releases unexpectedly breaking our build.
3
# This file can be updated on an ad-hoc basis,
4
# though it will probably have to be updated
5
# whenever Doc/requirements.txt is updated.
6
7
# Direct dependencies of Sphinx
8
babel<3
9
colorama<0.5
10
imagesize<1.5
11
Jinja2<3.2
12
packaging<24
13
# Pygments==2.15.0 breaks CI
14
Pygments<2.16,!=2.15.0
15
requests<3
16
snowballstemmer<3
17
sphinxcontrib-applehelp<1.1
18
sphinxcontrib-devhelp<1.1
19
sphinxcontrib-htmlhelp<2.1
20
sphinxcontrib-jsmath<1.1
21
sphinxcontrib-qthelp<1.1
22
sphinxcontrib-serializinghtml<1.2
23
24
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
25
MarkupSafe<2.2
26
27