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:
parent
04ea316cab
commit
17daeebd25
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue