Support for Statistics Python Module in sonic-mgmt docker image (#9682)

This PR includes the support for statistics module in sonic-mgmt docker image
This commit is contained in:
DINESH KUMAR SELLAPPAN 2022-01-24 18:32:22 -08:00 committed by GitHub
parent 8a07af95e5
commit d9b1577675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ RUN pip install cffi==1.10.0 \
rpyc \
six \
tabulate \
statistics \
textfsm \
virtualenv \
retry \