Add version for Flask-HTTPAuth

This commit is contained in:
hiro 2019-05-03 19:29:58 +02:00
parent 357374c147
commit 8f7e52e4ee
2 changed files with 2 additions and 2 deletions

View file

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

View file

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