forked from nvaccess/nvda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
40 lines (32 loc) · 1.02 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
# NVDA's build system is SCons
SCons==4.3.0
# NVDA's runtime dependencies
comtypes==1.1.11
pyserial==3.5
wxPython==4.1.1
git+https://github.com/DiffSK/configobj@3e2f4cc#egg=configobj
requests==2.31.0
# Required to use a pinned old version for requests.
# py2exe fails to compile properly without this.
# This can be removed when upgrading py2exe to 0.13+ and python to 3.8+.
# https://github.com/Ousret/charset_normalizer/issues/253
charset-normalizer==2.1.1
#NVDA_DMP requires diff-match-patch
diff_match_patch_python==1.0.2
# Packaging NVDA
py2exe==0.11.1.0
# For building developer documentation
sphinx==5.1.1
sphinx_rtd_theme==1.0.0
# Requirements for type checking.
# typing_extensions is incorporated in py3.8+, also available via mypy
typing_extensions==4.3.0
# Requirements for automated linting
flake8 ~= 3.7.7
flake8-tabs == 2.1.0
# Requirements for unit tests
nose==1.3.7
# Requirements for system tests
robotframework==3.2.2
robotremoteserver==1.1
robotframework-screencaplibrary==1.5.0