-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
16 lines (13 loc) · 913 Bytes
/
Copy pathrequirements.txt
File metadata and controls
16 lines (13 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Wander Desktop — Python dependencies
# Install into a venv: python3 -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt
# PINNED — the device code targets the 4.x API. pymobiledevice3 9.x moved/renamed
# these modules (services.dvt.dvt_secure_socket_proxy etc.) and breaks the app.
pymobiledevice3==4.14.0 # iOS device tunnel, DDI mount, DVT LocationSimulation
ipsw-parser==1.3.4 # 1.7.x dropped the ipsw_parser.img4 submodule 4.14.0 needs
flask>=3.0 # local web server that hosts the map UI
psutil>=5.9 # process management (tunnel/remoted helpers)
pycountry>=23.12 # country lookups in the UI
requests>=2.31 # update checks + tiles
# Windows-only: UAC elevation (the QUIC tunnel needs admin on Windows).
pyuac>=0.0.3 ; sys_platform == "win32"
pywebview>=5.0 # native desktop window (Cocoa/WebKit on macOS)