chore(analyzer): remove unused dependency

This commit is contained in:
jo 2022-02-22 18:07:50 +01:00 committed by Kyle Robbertze
parent 6dcea43f7a
commit f24996e144
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ setup(
extras_require={
"dev": [
"distro",
f"libretime-api-client @ file://localhost{here.parent / 'api_client'}",
f"libretime-shared @ file://localhost{here.parent / 'shared'}",
],
},