File: requires.txt

package info (click to toggle)
sphinx 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 20,944 kB
  • sloc: python: 70,567; javascript: 52,249; perl: 418; makefile: 246; sh: 57; xml: 19; ansic: 1
file content (37 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
sphinxcontrib-applehelp
sphinxcontrib-devhelp
sphinxcontrib-jsmath
sphinxcontrib-htmlhelp
sphinxcontrib-serializinghtml
sphinxcontrib-qthelp
Jinja2>=2.3
Pygments>=2.0
docutils>=0.12
snowballstemmer>=1.1
babel>=1.3
alabaster<0.8,>=0.7
imagesize
requests>=2.5.0
setuptools
packaging

[:sys_platform=="win32"]
colorama>=0.3.5

[docs]
sphinxcontrib-websupport

[lint]
flake8>=3.5.0
isort
mypy>=0.790
docutils-stubs

[test]
pytest
pytest-cov
html5lib
cython

[test:python_version < "3.8"]
typed_ast