bumped required driver version to 2.1

This commit is contained in:
Jon Haddad
2014-08-12 16:59:44 -07:00
parent 856fd29bdd
commit 89026db90d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ ipdb
Sphinx
mock
sure==1.2.5
cassandra-driver>=2.0.0
cassandra-driver>=2.1.0

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.1.0'],
author='Blake Eggleston, Jon Haddad',
author_email='bdeggleston@gmail.com',
url='https://github.com/cqlengine/cqlengine',