Add pycrypto to the requirements file

pycrypto is missing from the requirements file but is used in several
places.

Change-Id: I96b6650c675f639cae3c0529ffcd8fee6a142176
This commit is contained in:
Matt Fischer 2016-11-06 16:54:38 -07:00
parent 959c99068f
commit fb96b61341
1 changed files with 1 additions and 0 deletions

View File

@ -45,3 +45,4 @@ oslo.log>=3.11.0 # Apache-2.0
oslo.db!=4.13.1,!=4.13.2,>=4.10.0 # Apache-2.0
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
xmltodict>=0.10.1 # MIT
pycrypto>=2.6 # Public Domain