forked from wrye-bash/wrye-bash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
26 lines (26 loc) · 1.06 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
# Runtime, required -----------------------------------------------------------
chardet==5.2.0
ifileoperation==1.2.6; sys_platform == 'win32'
lz4==4.3.3
pywin32==306; sys_platform == 'win32'
PyYAML==6.0.1
vdf==3.4
wxPython==4.2.1; sys_platform != 'win32'
https://raw.githubusercontent.com/wrye-bash/dev-tools/master/wheels/wxPython-4.2.2a1-cp312-cp312-win_amd64.whl; sys_platform == 'win32'
# Runtime, recommended --------------------------------------------------------
# For FOMOD schema validation
lxml==5.1.0
# For parsing download conditions when checking for updates
packaging==23.2
# For PDF support in the doc browser
PyMuPDF==1.23.21
# 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.31.0
# For sending files to the recycle bin on non-Windows platforms
send2trash==1.8.2; sys_platform != 'win32'
# For Nexus Mods integration
websocket-client==1.7.0
# Compile/Build-time ----------------------------------------------------------
-r requirements-scripts.txt