Snapcraft: Install requirements.txt

This commit is contained in:
Micah Lee 2022-10-09 13:38:53 -07:00
parent e0592ed0d6
commit cc522022f3
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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