mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-10 14:06:48 -05:00
Merge pull request #806 from micahflee/v3-revisited
Change how v3 onion services work to support Debian Stretch
This commit is contained in:
commit
716f2c401d
7 changed files with 65 additions and 155 deletions
|
|
@ -9,7 +9,7 @@ VERSION=`cat share/version.txt`
|
|||
rm -r build dist >/dev/null 2>&1
|
||||
|
||||
# build binary package
|
||||
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, python3-pynacl, python3-cryptography, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4"
|
||||
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, python3-cryptography, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4"
|
||||
|
||||
# install it
|
||||
echo ""
|
||||
|
|
|
|||
|
|
@ -16,12 +16,11 @@ pefile==2018.8.8
|
|||
pycparser==2.18
|
||||
pycryptodome==3.6.6
|
||||
PyInstaller==3.4
|
||||
PyNaCl==1.2.1
|
||||
PyQt5==5.11.2
|
||||
PyQt5-sip==4.19.12
|
||||
PySocks==1.6.8
|
||||
requests==2.19.1
|
||||
six==1.11.0
|
||||
stem==1.6.0
|
||||
stem==1.7.0
|
||||
urllib3==1.23
|
||||
Werkzeug==0.14.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue