From cc522022f328ba28affb535754db99dc26168e00 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 9 Oct 2022 13:38:53 -0700 Subject: 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 -- cgit v1.2.3-54-g00ecf