Skip to content

Commit

Permalink
add paramiko requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
clavay committed Nov 29, 2023
1 parent 9cc205a commit 157b0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
install_requires=[
"pyscada>=0.8.0",
"psutil>=2.1.1",
"paramiko",
],
packages=find_namespace_packages(exclude=["project", "project.*"]),
include_package_data=True,
Expand Down

0 comments on commit 157b0a5

Please sign in to comment.