[sonic mgmt docker] lock pycryptodome version to 3.9.7 (#4913)

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This commit is contained in:
Ying Xie 2020-07-07 17:55:17 -07:00 committed by GitHub
parent ec0c826f65
commit f427d2eecf
No account linked to committer's email address

View File

@ -49,7 +49,7 @@ RUN pip install cffi==1.10.0 \
prettytable \
psutil \
pyasn1==0.1.9 \
pycryptodome \
pycryptodome==3.9.7 \
pyfiglet \
pylint==1.8.1 \
pyro4 \