aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-08 13:34:19 -0800
committerMicah Lee <micah@micahflee.com>2020-11-08 13:34:19 -0800
commit06c4b6381bb532b2abb240a63348c6b7a77db77b (patch)
tree7f2ff01b8949243d8116992b22014cc3d7e6e07a /desktop/pyproject.toml
parent46a9434fbfa14b4545f7f5f12f3bd3a2cc3621c9 (diff)
downloadonionshare-06c4b6381bb532b2abb240a63348c6b7a77db77b.tar.gz
onionshare-06c4b6381bb532b2abb240a63348c6b7a77db77b.zip
Fix get_resource_path to work with python eggs, move appdata xml file to src so flatpak can see it, reduce python dependencies, and update release docs
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml12
1 files changed, 1 insertions, 11 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index bba0bd44..494873fb 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -14,19 +14,9 @@ icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
"./onionshare_cli-2.3.dev1-py3-none-any.whl",
- "Click",
- "eventlet",
- "Flask",
- "Flask-HTTPAuth",
- "flask-socketio",
"psutil",
- "pycryptodome",
- "PySocks",
"pyside2==5.15.1",
- "qrcode",
- "requests",
- "stem",
- "urllib3",
+ "qrcode"
]
[tool.briefcase.app.onionshare.macOS]