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