OK, like this? python_binary( name='theapp', d...
# general
c
OK, like this? python_binary( name='theapp', dependencies=[ '3rdparty/python:Flask', '3rdparty/python:gevent', ], resources=globs('static/*', 'templates/*'), source=theapp.py, zip_safe=False )