added old cql package back in, will need to be removed in next release

This commit is contained in:
Jon Haddad
2014-06-25 10:01:39 -07:00
parent 130f554e49
commit af9abb4cb6
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
0.15.1
0.15.2

View File

@@ -31,7 +31,7 @@ setup(
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords='cassandra,cql,orm',
install_requires = ['cassandra-driver >= 2.0.0'],
install_requires = ['cassandra-driver >= 2.0.0', "cql"],
author='Blake Eggleston, Jon Haddad',
author_email='bdeggleston@gmail.com',
url='https://github.com/cqlengine/cqlengine',