here's the BUILD file: ```python_binary( name='i...
# pex
c
here's the BUILD file:
Copy code
python_binary(
  name='ignition',
  dependencies=[
    '3rdparty/python:Flask',
    '3rdparty/python:gevent',
  ],
  resources=globs('static/*', 'templates/*'),
  source='ignition.py',
  zip_safe=False
)