7 lines
99 B
Text
7 lines
99 B
Text
|
py_project(
|
||
|
name = "cherry-shim",
|
||
|
lib_deps = [
|
||
|
py_requirement("cherrypy"),
|
||
|
]
|
||
|
)
|