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