mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-18 19:44:45 -04:00
Introduce v3 onion support
This commit is contained in:
parent
f5ccfcf2cc
commit
2de9359629
8 changed files with 195 additions and 16 deletions
|
@ -1,4 +1,5 @@
|
|||
click==6.7
|
||||
cryptography==2.1.4
|
||||
Flask==0.12.2
|
||||
future==0.16.0
|
||||
itsdangerous==0.24
|
||||
|
@ -8,6 +9,9 @@ pefile==2017.11.5
|
|||
PyInstaller==3.3.1
|
||||
PyQt5==5.9.2
|
||||
PySocks==1.6.7
|
||||
pynacl==1.2.1
|
||||
pycrypto==2.6.1
|
||||
pysha3==1.0.2
|
||||
sip==4.19.6
|
||||
stem==1.6.0
|
||||
Werkzeug==0.14.1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
click==6.7
|
||||
cryptography==2.1.4
|
||||
Flask==0.12.2
|
||||
itsdangerous==0.24
|
||||
Jinja2==2.10
|
||||
|
@ -6,6 +7,9 @@ MarkupSafe==1.0
|
|||
PyInstaller==3.3.1
|
||||
PyQt5==5.9.2
|
||||
PySocks==1.6.7
|
||||
pycrypto==2.6.1
|
||||
pynacl==1.2.1
|
||||
pysha3==1.0.2
|
||||
sip==4.19.6
|
||||
stem==1.6.0
|
||||
Werkzeug==0.14.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue