Skip to content

Commit

Permalink
Add setuptools to client requirement in order to use pyproject based …
Browse files Browse the repository at this point in the history
…build (#2958)

Address the issue that sometimes the client installed without a version.
Spot and reported by multiple users.
  • Loading branch information
siyuan0322 committed Jul 3, 2023
1 parent 7fc14b5 commit 4694963
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions coordinator/requirements-dev.txt
@@ -1,3 +1,6 @@
black>=23.3.0
flake8==4.0.1
isort==5.10.1
# Avoid the `InvalidVersion` error of `setuptools`
# ref: https://github.com/pypa/setuptools/issues/3772
setuptools==65.7.0
3 changes: 0 additions & 3 deletions coordinator/requirements.txt
Expand Up @@ -7,8 +7,5 @@ PyYAML
vineyard==0.15.0;sys_platform!="win32"
vineyard-io==0.15.0;sys_platform!="win32"
prometheus-client>=0.14.1
# Avoid the `InvalidVersion` error of `setuptools`
# ref: https://github.com/pypa/setuptools/issues/3772
setuptools==65.7.0
packaging
tqdm
1 change: 1 addition & 0 deletions python/requirements-dev.txt
Expand Up @@ -18,3 +18,4 @@ sphinxemoji
sphinxext-opengraph
tomli
wheel
setuptools==65.7.0

0 comments on commit 4694963

Please sign in to comment.