Add missing pyparsing to requirements.txt

It's used in aodhclient/utils.py .

Change-Id: I3709de4e99089b294d2b5e22622b73299c9d6b4c
This commit is contained in:
Thomas Bechtold
2016-09-27 10:22:19 +02:00
parent 15c5191693
commit 4547e0e4a3

View File

@@ -11,3 +11,4 @@ oslo.utils>=2.0.0 # Apache-2.0
keystoneauth1>=1.0.0
six
debtcollector
pyparsing