mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 08:19:28 -05:00
Add psutil dependency
This commit is contained in:
parent
057bb40a92
commit
9e434abd9c
4
BUILD.md
4
BUILD.md
@ -14,13 +14,13 @@ Install the needed dependencies:
|
|||||||
For Debian-like distros:
|
For Debian-like distros:
|
||||||
|
|
||||||
```
|
```
|
||||||
apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils
|
apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils python3-psutil
|
||||||
```
|
```
|
||||||
|
|
||||||
For Fedora-like distros:
|
For Fedora-like distros:
|
||||||
|
|
||||||
```
|
```
|
||||||
dnf install -y python3-flask python3-flask-httpauth python3-stem python3-qt5 python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build
|
dnf install -y python3-flask python3-flask-httpauth python3-stem python3-qt5 python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build python3-psutil
|
||||||
```
|
```
|
||||||
|
|
||||||
After that you can try both the CLI and the GUI version of OnionShare:
|
After that you can try both the CLI and the GUI version of OnionShare:
|
||||||
|
@ -11,6 +11,7 @@ Jinja2==2.10.1
|
|||||||
macholib==1.11
|
macholib==1.11
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
pefile==2019.4.18
|
pefile==2019.4.18
|
||||||
|
psutil==5.6.3
|
||||||
pycryptodome==3.9.0
|
pycryptodome==3.9.0
|
||||||
PyInstaller==3.5
|
PyInstaller==3.5
|
||||||
PyQt5==5.13.1
|
PyQt5==5.13.1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
Package3: onionshare
|
Package3: onionshare
|
||||||
Depends3: python3, python3-flask, python3-flask-httpauth, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
|
Depends3: python3, python3-flask, python3-flask-httpauth, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy, python3-psutil
|
||||||
Build-Depends: python3, python3-all, python3-pytest, python3-requests, python3-flask, python3-flask-httpauth, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils
|
Build-Depends: python3, python3-all, python3-pytest, python3-requests, python3-flask, python3-flask-httpauth, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python3-psutil
|
||||||
Suite: disco
|
Suite: disco
|
||||||
X-Python3-Version: >= 3.6
|
X-Python3-Version: >= 3.6
|
||||||
|
Loading…
Reference in New Issue
Block a user