mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Move psutil dependency from desktop to CLI
This commit is contained in:
parent
a83539d036
commit
be63f6098c
2 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,7 @@ click = "*"
|
|||
flask = "*"
|
||||
flask-httpauth = "*"
|
||||
flask-socketio = "*"
|
||||
psutil = "*"
|
||||
pycryptodome = "*"
|
||||
pysocks = "*"
|
||||
requests = "*"
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue