-
Notifications
You must be signed in to change notification settings - Fork 109
/
requirements.txt
66 lines (65 loc) · 1.38 KB
/
requirements.txt
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# SPDX-FileCopyrightText: 2019-2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
# This file is generated with:
#
# rm -rf venv
# python -m venv venv
# source venv/bin/activate
# pip install -r requirements.base.txt
# cp requirements.header.txt requirements.txt
# pip freeze >> requirements.txt
#
# Add this header, including copyright back
#
accessible-pygments==0.0.4
alabaster==0.7.16
Babel==2.14.0
beautifulsoup4==4.12.3
bottle==0.12.25
breathe==4.35.0
certifi==2024.7.4
cfgv==3.4.0
charset-normalizer==3.3.2
distlib==0.3.8
docutils==0.20.1
filelock==3.13.1
graphviz==0.20.1
identify==2.5.33
idna==3.7
imagesize==1.4.1
Jinja2==3.1.4
lxml==5.1.0
MarkupSafe==2.1.5
nodeenv==1.8.0
packaging==23.2
pillow==10.3.0
platformdirs==4.2.0
pre-commit==3.6.0
pydata-sphinx-theme==0.15.2
pyenchant==3.2.2
Pygments==2.17.2
PyYAML==6.0.1
requests==2.32.0
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.5
Sphinx==7.2.6
sphinx-book-theme==1.1.0
sphinx-notfound-page==1.0.0
sphinx-prompt==1.8.0
Sphinx-Substitution-Extensions==2022.2.16
sphinx-tabs==3.4.5
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-plantuml==0.27
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-spelling==8.0.0
sphinxcontrib-svg2pdfconverter==1.2.2
sphinxmark==1.0.0
typing_extensions==4.9.0
urllib3==2.2.2
virtualenv==20.25.0