mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-19 12:04:09 -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 = "*"
|
||||||
flask-httpauth = "*"
|
flask-httpauth = "*"
|
||||||
flask-socketio = "*"
|
flask-socketio = "*"
|
||||||
|
psutil = "*"
|
||||||
pycryptodome = "*"
|
pycryptodome = "*"
|
||||||
pysocks = "*"
|
pysocks = "*"
|
||||||
requests = "*"
|
requests = "*"
|
||||||
|
|
|
@ -14,7 +14,6 @@ icon = "src/onionshare/resources/onionshare"
|
||||||
sources = ['src/onionshare']
|
sources = ['src/onionshare']
|
||||||
requires = [
|
requires = [
|
||||||
"./onionshare_cli-2.3.dev2-py3-none-any.whl",
|
"./onionshare_cli-2.3.dev2-py3-none-any.whl",
|
||||||
"psutil",
|
|
||||||
"pyside2==5.15.1",
|
"pyside2==5.15.1",
|
||||||
"qrcode"
|
"qrcode"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue