forked from nvaccess/nvda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
51 lines (40 loc) · 1.22 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
# NVDA's build system is SCons
SCons==4.5.2
# NVDA's runtime dependencies
comtypes==1.4.6
pyserial==3.5
wxPython==4.2.2
configobj @ git+https://github.com/DiffSK/configobj@e2ba4457c4651fa54f8d59d8dcdd3da950e956b8#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
# 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==7.2.6
sphinx_rtd_theme==1.3.0
# Requirements for automated linting
ruff==0.6.3
pre-commit==3.7.1
# Runing automated license checks
licensecheck==2024.2
# Requirements for system tests
robotframework==6.1.1
robotremoteserver==1.1.1
robotframework-screencaplibrary==1.6.0