Unverified Commit 16fad1a0 by Marcin Bury Committed by GitHub

Switching to pycryptodome (#502)

parent 3129d4bc
...@@ -2,7 +2,7 @@ future>=0.16.0 ...@@ -2,7 +2,7 @@ future>=0.16.0
requests>=2.9.1 requests>=2.9.1
paramiko>=1.16.0 paramiko>=1.16.0
pysnmp>=4.3.2 pysnmp>=4.3.2
pycrypto==2.6.1 pycryptodome==3.6.6
pytest==3.5.1 pytest==3.5.1
pytest-forked==0.2 pytest-forked==0.2
pytest-xdist==1.22.2 pytest-xdist==1.22.2
......
...@@ -2,4 +2,4 @@ future>=0.16.0 ...@@ -2,4 +2,4 @@ future>=0.16.0
requests>=2.9.1 requests>=2.9.1
paramiko>=1.16.0 paramiko>=1.16.0
pysnmp>=4.3.2 pysnmp>=4.3.2
pycrypto==2.6.1 pycryptodome==3.6.6
...@@ -22,7 +22,7 @@ setup( ...@@ -22,7 +22,7 @@ setup(
"requests", "requests",
"paramiko", "paramiko",
"pysnmp", "pysnmp",
"pycrypto", "pycryptodome",
], ],
extras_require={ extras_require={
"tests": [ "tests": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment