Skip to content

Commit 805cf13

Browse files
committed
v0.6.17: bundle requests and dependencies in AppImage
Add requests + urllib3 + certifi + charset_normalizer + idna to requirements.txt and PyInstaller hiddenimports so the Canvas API call works inside the AppImage.
1 parent 09a98c0 commit 805cf13

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

build.spec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ a = Analysis(
4444
"flet_core",
4545
"flet_runtime",
4646
"flet_desktop",
47+
"requests",
48+
"requests.adapters",
49+
"requests.auth",
50+
"urllib3",
51+
"certifi",
52+
"charset_normalizer",
53+
"idna",
4754
],
4855
hookspath=[],
4956
hooksconfig={},

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ openai
44
httpx
55
anthropic
66
pillow
7+
requests

0 commit comments

Comments
 (0)