-
-
Notifications
You must be signed in to change notification settings - Fork 637
/
requirements.txt
53 lines (42 loc) · 1.27 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
# NVDA's build system is SCons
SCons==4.8.1
# NVDA's runtime dependencies
comtypes==1.4.6
pyserial==3.5
wxPython==4.2.2
configobj @ git+https://github.com/DiffSK/configobj@8be54629ee7c26acb5c865b74c76284e80f3aa31#egg=configobj
requests==2.32.0
url-normalize==1.4.3
schedule==1.2.1
-c constraints.txt
#NVDA_DMP requires diff-match-patch
fast-diff-match-patch==2.1.0
# typing_extensions are required for specifying default value for `TypeVar`, which is not yet possible with any released version of Python (see PEP 696)
typing-extensions==4.9.0
# pycaw is a Core Audio Windows Library used for sound split
pycaw==20240210
# Packaging NVDA
py2exe==0.13.0.2
# xliff2html is packaged with nuitka
nuitka==2.4.8
# Creating XML unit test reports
unittest-xml-reporting==3.2.0
# Building user documentation
Markdown==3.6.0
mdx_truly_sane_lists==1.3
markdown-link-attr-modifier==0.2.1
mdx-gh-links==0.4
# Sanitize HTML documentation output to prevent XSS from translators
nh3==0.2.18
# For building developer documentation
sphinx==8.1.2
sphinx_rtd_theme==3.0.1
# Requirements for automated linting
ruff==0.7.2
pre-commit==4.0.1
# Runing automated license checks
licensecheck==2024.2
# Requirements for system tests
robotframework==7.1.1
robotremoteserver==1.1.1
robotframework-screencaplibrary==1.6.0