Skip to content

Commit

Permalink
Update paramiko to v2+ (#40)
Browse files Browse the repository at this point in the history
* Force paramiko to v2+
  • Loading branch information
bobbywatson3 authored Jan 4, 2018
1 parent f4d9a06 commit 67b07a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests
lxml
pyeapi
paramiko
paramiko>2.0.0
pexpect==4.2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def requirements(filename):

setup(
name="aeon-venos",
version="0.9.11",
version="0.9.12",
author="Jeremy Schulman",
url='https://github.com/Apstra/aeon-venos',
author_email="jeremy@apstra.com",
Expand Down

0 comments on commit 67b07a0

Please sign in to comment.