From 0e0d0f56890e3d283323ac90c54051372ab1ea56 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 3 May 2020 14:04:54 -0700 Subject: Update onionshare description, and reduce python version to 3.6 in pyproject.toml --- snap/snapcraft.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'snap') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7abf29ce..d113af21 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -37,10 +37,13 @@ apps: parts: onionshare: - source: . + source: https://github.com/micahflee/onionshare.git + source-type: git + source-branch: 1111_snap plugin: python python-version: python3 python-packages: + - poetry - Click - Flask - Flask-HTTPAuth -- cgit v1.2.3-54-g00ecf