[console_scripts]
genesis-flow = mlflow.cli:cli
mlflow = mlflow.cli:cli

[mlflow.app]
basic-auth = mlflow.server.auth:create_app

[mlflow.app.client]
basic-auth = mlflow.server.auth.client:AuthServiceClient

[mlflow.deployments]
databricks = mlflow.deployments.databricks
http = mlflow.deployments.mlflow
https = mlflow.deployments.mlflow
openai = mlflow.deployments.openai

[mlflow.tracking_store]
azure-postgres = mlflow.azure.stores:create_store
postgresql = mlflow.azure.stores:create_store
