Update paths after api_client move

This commit is contained in:
jo 2021-10-17 02:49:52 +02:00 committed by Kyle Robbertze
parent d06c898bcf
commit 8fe0156d4f
5 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ setup(
],
python_requires=">=3.6",
install_requires=[
f"libretime-api-client @ file://localhost/{here.parent}/api_clients#egg=libretime-api-client",
f"libretime-api-client @ file://localhost/{here.parent}/api_client#egg=libretime-api-client",
"amqplib",
"configobj",
"defusedxml",