aboutsummaryrefslogtreecommitdiff
path: root/pw_allocator/py/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_allocator/py/setup.py')
-rw-r--r--pw_allocator/py/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_allocator/py/setup.py b/pw_allocator/py/setup.py
index 9625741bb..1031fc760 100644
--- a/pw_allocator/py/setup.py
+++ b/pw_allocator/py/setup.py
@@ -25,6 +25,6 @@ setuptools.setup(
package_data={'pw_allocator': ['py.typed']},
zip_safe=False,
install_requires=[
- # 'pw_cli',
+ 'pw_cli',
],
)