py_project(
    name = "cherry-shim",
    lib_deps = [
        py_requirement("cherrypy"),
    ]
)