chore: install local python deps in editable mode

This commit is contained in:
jo 2022-07-27 12:44:18 +02:00 committed by Kyle Robbertze
parent e97b06496a
commit b93e1e5570
11 changed files with 17 additions and 14 deletions

View file

@ -28,9 +28,7 @@ setup(
"requests>=2.25.1,<2.29",
],
extras_require={
"dev": [
f"libretime-shared @ file://localhost{here.parent / 'shared'}",
],
"dev": [],
},
zip_safe=False,
)