aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-27 15:52:01 -0800
committerGitHub <noreply@github.com>2020-11-27 15:52:01 -0800
commit8bf6ecf5303c8dec21ae502aae675172aff312a8 (patch)
tree960217b75ec1a32cfd3937d0496179cbd97fb571 /desktop
parent3b06d0a08af1c4e89a7d4f5e2643b44e2cf973a8 (diff)
parent65dff09a6891170ba4d26987a4d705ca8affc99f (diff)
downloadonionshare-8bf6ecf5303c8dec21ae502aae675172aff312a8.tar.gz
onionshare-8bf6ecf5303c8dec21ae502aae675172aff312a8.zip
Merge pull request #1223 from micahflee/1159_kill_stale_tor
When starting OnionShare, kill old tor process if it exists
Diffstat (limited to 'desktop')
-rw-r--r--desktop/pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index d1be9c45..028f1ec1 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -14,7 +14,6 @@ icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
"./onionshare_cli-2.3.dev2-py3-none-any.whl",
- "psutil",
"pyside2==5.15.1",
"qrcode"
]