Introduce v3 onion support

This commit is contained in:
Miguel Jacq 2018-08-21 19:31:02 +10:00
parent f5ccfcf2cc
commit 2de9359629
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
8 changed files with 195 additions and 16 deletions

View file

@ -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

View file

@ -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