mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Add version for Flask-HTTPAuth
This commit is contained in:
parent
357374c147
commit
8f7e52e4ee
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ certifi==2019.3.9
|
|||
chardet==3.0.4
|
||||
Click==7.0
|
||||
Flask==1.0.2
|
||||
Flask-HTTPAuth
|
||||
Flask-HTTPAuth==3.2.4
|
||||
future==0.17.1
|
||||
idna==2.8
|
||||
itsdangerous==1.1.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -88,7 +88,7 @@ setup(
|
|||
'onionshare_gui',
|
||||
'onionshare_gui.mode',
|
||||
'onionshare_gui.mode.share_mode',
|
||||
'onionshare_gui.mode.receive_mode'
|
||||
'onionshare_gui.mode.receive_mode',
|
||||
'onionshare_gui.mode.website_mode'
|
||||
],
|
||||
include_package_data=True,
|
||||
|
|
Loading…
Reference in a new issue