Skip to content

Commit 8c35117

Browse files
committed
Project build version update
Dependencies added for SSH/SCP
1 parent 545f497 commit 8c35117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "BS1200_driver"
3-
version = "1.2.12"
3+
version = "1.2.13"
44
authors = [{ name = "Mikhail Kharitonov", email = "[email protected]"}]
55
description= "Python interface to the Bloomy BS1200"
66
readme = "README.md"
7-
dependencies = ["python-can==4.0", "uptime", "nisyscfg"]
7+
dependencies = ["python-can==4.0", "uptime", "nisyscfg", "paramiko", "scp"]
88

99
[project_urls]
1010
"Homepage" = "https://github.com/BloomyControls/BS1200-Python-Driver"

0 commit comments

Comments
 (0)