Lock pyparsing library to specific version

Seems like pyparsing 2.0.6 causes errors in our expression parsing,
so locking it to 2.0.3 for now

Change-Id: Ia734dc916df0fabdad6ecb13c63d8c855f18ab88
This commit is contained in:
Ryan Brandt
2015-11-16 09:49:21 -07:00
parent fa90c412be
commit d6443dead2

View File

@@ -11,7 +11,7 @@ pbr>=1.6.0,<2.0
python-dateutil>=1.5
six>=1.7.0
ujson>=1.33
pyparsing>=2.0.3
pyparsing==2.0.3
voluptuous>=0.8.7
MySQL-python>=1.2.5
influxdb==2.8.0