source/projects/anosql/BUILD.bazel

8 lines
138 B
Python
Raw Normal View History

py_project(
name="anosql",
test_deps = [
py_requirement("pytest-postgresql"),
py_requirement("psycopg2"),
]
)