added old cql package back in, will need to be removed in next release
This commit is contained in:
@@ -1 +1 @@
|
|||||||
0.15.1
|
0.15.2
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -31,7 +31,7 @@ setup(
|
|||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
],
|
],
|
||||||
keywords='cassandra,cql,orm',
|
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='Blake Eggleston, Jon Haddad',
|
||||||
author_email='bdeggleston@gmail.com',
|
author_email='bdeggleston@gmail.com',
|
||||||
url='https://github.com/cqlengine/cqlengine',
|
url='https://github.com/cqlengine/cqlengine',
|
||||||
|
|||||||
Reference in New Issue
Block a user