version bump, removed old cql

This commit is contained in:
Jon Haddad
2014-06-25 12:11:30 -07:00
parent 469799385e
commit 65975ccf77
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
0.15.3
0.15.4

View File

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