mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-15 12:37:18 +00:00
chore: Update setuptools version in Makefile and pyproject.toml (#17143)
This commit is contained in:
parent
303c8ce49e
commit
b676f72b89
@ -27,7 +27,7 @@ install_all: ## Install the ingestion module with all dependencies
|
||||
|
||||
.PHONY: install_apis
|
||||
install_apis: ## Install the REST APIs module to the current environment
|
||||
python -m pip install $(ROOT_DIR)/openmetadata-airflow-apis/
|
||||
python -m pip install $(ROOT_DIR)/openmetadata-airflow-apis/ setuptools==69.0.2
|
||||
|
||||
.PHONY: lint
|
||||
lint: ## Run pylint on the Python sources to analyze the codebase
|
||||
|
@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
requires = ["setuptools==69.0.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
# We will keep handling dependencies in setup.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user