Which contains: ``` python_library( name='notifi...
# general
b
Which contains:
Copy code
python_library(
  name='notifications_client',
  dependencies=[
   "foo",
   "bar",
   "baz",  # error comes form one of these
  ],
  sources=globs('*.py'),
  provides=setup_py(
    name='client',
    version='0.0.1',
    license='Apache License, Version 2.0',
    zip_safe=True,
  ),
)