From 9c93a549b65ea06422de63493b6de56de2eee83c Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 9 Oct 2022 13:38:53 -0700 Subject: [PATCH] Snapcraft: Install requirements.txt --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 27245135..fb1e419d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -184,6 +184,7 @@ parts: python3 -m venv $SNAPCRAFT_PART_INSTALL . $SNAPCRAFT_PART_INSTALL/bin/activate pip install -U pip setuptools wheel + pip install -U -r requirements.txt pip install -U ../../onionshare-cli/src pip install -U . deactivate