flask without sudo
xxxxxxxxxx
sudo apt install authbind
# Configure access to port 80
sudo touch /etc/authbind/byport/80
sudo chmod 777 /etc/authbind/byport/80
# The deep argument enables port binding permissions for
# the program being executed, as well as any other child programs
# spawned from it
authbind --deep python3 app.py
Source: https://gist.github.com/justinmklam/f13bb53be9bb15ec182b4877c9e9958d