10 lines
122 B
Python
10 lines
122 B
Python
|
py_project(
|
||
|
name = "lilith",
|
||
|
lib_deps = [
|
||
|
|
||
|
],
|
||
|
test_deps = [
|
||
|
py_requirement("hypothesis"),
|
||
|
]
|
||
|
)
|