forked from wrye-bash/wrye-bash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
25 lines (25 loc) · 926 Bytes
/
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
# Runtime, required -----------------------------------------------------------
chardet==5.2.0
ifileoperation==1.2.6; sys_platform == 'win32'
lz4==4.3.3
pywin32==308; sys_platform == 'win32'
PyYAML==6.0.2
vdf==3.4
wxPython==4.2.2
# Runtime, recommended --------------------------------------------------------
# For FOMOD schema validation
lxml==5.3.0
# For parsing download conditions when checking for updates
packaging==24.2
# For PDF support in the doc browser
PyMuPDF==1.25.1
# For reflink copies (does not support Windows/ReFS yet)
reflink==0.2.2; sys_platform != 'win32'
# For various Internet-based functionality
requests[use_chardet_on_py3]==2.32.3
# For sending files to the recycle bin on non-Windows platforms
send2trash==1.8.3; sys_platform != 'win32'
# For Nexus Mods integration
websocket-client==1.8.0
# Compile/Build-time ----------------------------------------------------------
-r requirements-scripts.txt