We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545f497 commit 8c35117Copy full SHA for 8c35117
1 file changed
pyproject.toml
@@ -1,10 +1,10 @@
1
[project]
2
name = "BS1200_driver"
3
-version = "1.2.12"
+version = "1.2.13"
4
authors = [{ name = "Mikhail Kharitonov", email = "mikhail.kharitonov@bloomy.com"}]
5
description= "Python interface to the Bloomy BS1200"
6
readme = "README.md"
7
-dependencies = ["python-can==4.0", "uptime", "nisyscfg"]
+dependencies = ["python-can==4.0", "uptime", "nisyscfg", "paramiko", "scp"]
8
9
[project_urls]
10
"Homepage" = "https://github.com/BloomyControls/BS1200-Python-Driver"
0 commit comments