fix: assume api client is installed

Until pip out-of-tree dependencies work with our setup and we can update
to newer versions of our dependencies, assume api client is installed
without explicitly adding it as a dependency. The install script
installs api_client anyway

Fixes: #1435
This commit is contained in:
Kyle Robbertze 2021-11-17 09:34:46 +02:00 committed by Jonas L
parent 04ea316cab
commit 17daeebd25
1 changed files with 0 additions and 1 deletions

View File

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