aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-09 13:38:53 -0700
committerMicah Lee <micah@micahflee.com>2022-10-09 13:38:53 -0700
commitcc522022f328ba28affb535754db99dc26168e00 (patch)
tree32fd500281506ffaca9168a2d0146a246aec6f8d
parente0592ed0d6288b68e64937a18d1ca07d8252e1e9 (diff)
downloadonionshare-cc522022f328ba28affb535754db99dc26168e00.tar.gz
onionshare-cc522022f328ba28affb535754db99dc26168e00.zip
Snapcraft: Install requirements.txt
-rw-r--r--snap/snapcraft.yaml1
1 files changed, 1 insertions, 0 deletions
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