Skip to content

Commit

Permalink
Merge branch 'main' into erik_pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored Nov 28, 2024
2 parents 8734adc + c20e81f commit cefce85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ name: kuksa_client
on:
push:
pull_request:
paths:
- ".github/workflows/kuksa-client.yml"
- "kuksa-client/**"
workflow_dispatch:

concurrency:
Expand Down
3 changes: 2 additions & 1 deletion kuksa-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"grpcio-tools>=1.63.0",
# Make sure to use the same version criteria in pyproject.toml and update requirements.txt after changing
"grpcio-tools~=1.68",
"setuptools>=42",
"setuptools-git-versioning",
"wheel",
Expand Down
3 changes: 2 additions & 1 deletion kuksa-client/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ install_requires =
websockets >= 10.1
cmd2 >= 1.4, <2.0
pygments >= 2.15
grpcio-tools >= 1.64.1
# Make sure to use the same version criteria in pyproject.toml and update requirements.txt after changing
grpcio-tools ~= 1.68
jsonpath-ng >= 1.5.3
packages = find:

Expand Down

0 comments on commit cefce85

Please sign in to comment.