Skip to content

Commit 675c04b

Browse files
set min. ssh-mim version to 1.0.0
1 parent ad99aea commit 675c04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ def get_entry_points():
4747
**get_entry_points()
4848
},
4949
install_requires=[
50-
'ssh-mitm>=0.4.1,<1.0.0'
50+
'ssh-mitm>=1.0.0'
5151
]
5252
)

0 commit comments

Comments
 (0)