Skip to content

Commit

Permalink
Updating kuksa-client version
Browse files Browse the repository at this point in the history
And refactoring requirement file
  • Loading branch information
erikbosch committed Nov 27, 2024
1 parent 2827fec commit a37381f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 7 deletions.
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
scipy>=1.10.1
kuksa_client>=0.4.3
45 changes: 39 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
grpcio>=1.44.0
protobuf>=3.19.4
types-protobuf
scipy>=1.10.1
kuksa_client
.
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
attrs==24.2.0
# via cmd2
cmd2==1.5.0
# via kuksa-client
colorama==0.4.6
# via cmd2
grpcio==1.68.0
# via grpcio-tools
grpcio-tools==1.68.0
# via kuksa-client
jsonpath-ng==1.7.0
# via kuksa-client
kuksa-client==0.4.3
# via -r requirements.in
numpy==2.1.3
# via scipy
ply==3.11
# via jsonpath-ng
protobuf==5.28.3
# via grpcio-tools
pygments==2.18.0
# via kuksa-client
pyperclip==1.9.0
# via cmd2
scipy==1.14.1
# via -r requirements.in
wcwidth==0.2.13
# via cmd2
websockets==14.1
# via kuksa-client

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from setuptools import find_packages, setup

PKG_VERSION = "v0.4.0"
PKG_VERSION = "v0.4.1"

pkg_packages = find_packages()

Expand Down

0 comments on commit a37381f

Please sign in to comment.