mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-15 08:19:08 -05:00
Add website sharing and directory listing cli-only
This commit is contained in:
parent
925cd47187
commit
2d43588a3b
6 changed files with 215 additions and 2 deletions
|
|
@ -59,6 +59,7 @@ def main():
|
|||
files_in(dir, 'onionshare_gui/mode') + \
|
||||
files_in(dir, 'onionshare_gui/mode/share_mode') + \
|
||||
files_in(dir, 'onionshare_gui/mode/receive_mode') + \
|
||||
files_in(dir, 'onionshare_gui/mode/website_mode') + \
|
||||
files_in(dir, 'install/scripts') + \
|
||||
files_in(dir, 'tests')
|
||||
pysrc = [p for p in src if p.endswith('.py')]
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ certifi==2019.3.9
|
|||
chardet==3.0.4
|
||||
Click==7.0
|
||||
Flask==1.0.2
|
||||
Flask-HTTPAuth
|
||||
future==0.17.1
|
||||
idna==2.8
|
||||
itsdangerous==1.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue