forked from time4tea/gopro-dashboard-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
55 lines (54 loc) · 1.02 KB
/
requirements.txt
File metadata and controls
55 lines (54 loc) · 1.02 KB
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
52
53
54
55
# GoPro Overlay GUI tool
# Python 3.14
#
# *Windows
# python -3.14 -m venv venv
# venv\Scripts\activate
# python -m pip install --upgrade pip
# pip install -r requirements.txt
# PyInstaller -y build.spec
#
# *macOS
# python3 -m venv venv313
# source venv313/bin/activate
# pip install -U pip
# pip install -r requirements.txt
# PyInstaller -y build.spec
aiohappyeyeballs==2.6.1
aiohttp==3.13.3
aiosignal==1.4.0
altgraph==0.17.5
attrs==25.4.0
certifi==2026.1.4
charset-normalizer==3.4.4
cytoolz==1.1.0
fitdecode==0.10.0
flexcache==0.3
flexparser==0.4
frozenlist==1.8.0
geographiclib==1.52
geotiler==0.15.0
gopro-overlay==0.129.0
gpxpy==1.6.1
idna==3.11
multidict==6.7.1
packaging==26.0
pefile==2024.8.26
pillow==11.3.0
Pint==0.25.1
platformdirs==4.9.2
progressbar2==4.2.0
propcache==0.4.1
pyinstaller==6.19.0
pyinstaller-hooks-contrib==2026.0
python-utils==3.9.1
pywin32-ctypes==0.2.3
requests==2.32.5
setuptools==80.10.2
sqlitedict==2.1.0
tkinterdnd2==0.4.3
toolz==1.1.0
typing_extensions==4.15.0
urllib3==2.6.3
wheel==0.46.3
yarl==1.22.0