Updating YAQL dependency to version 0.2.4

* In yaql-0.2.3 there was bug that caused wrong evaluation of
  functions applied to empty collections. It's fixed in yaql-0.2.4.

Change-Id: I165b567a3cece658885a0ee60f87f2cd0fd0fbbd
This commit is contained in:
Renat Akhmerov 2015-01-13 20:07:56 +06:00
parent 53cb213254
commit e60bc1c241

View File

@ -25,7 +25,7 @@ networkx>=1.8
six>=1.7.0
SQLAlchemy>=0.9.7,<=0.9.99
stevedore>=1.0.0 # Apache-2.0
yaql==0.2.3 # This is not in global requirements
yaql>=0.2.4,<0.3 # This is not in global requirements
jsonschema>=2.0.0,<3.0.0
mock>=1.0
keystonemiddleware>=1.0.0