Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 4eb4e74

Browse files
added native driver to requirements
1 parent f8fd794 commit 4eb4e74

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ ipdb==0.7
44
Sphinx==1.1.3
55
mock==1.0.1
66
sure==1.2.5
7+
cassandra-driver>=2.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"Topic :: Software Development :: Libraries :: Python Modules",
3232
],
3333
keywords='cassandra,cql,orm',
34-
install_requires = ['cql'],
34+
install_requires = ['cql', 'cassandra-driver'],
3535
author='Blake Eggleston, Jon Haddad',
3636
author_email='[email protected]',
3737
url='https://github.com/cqlengine/cqlengine',

0 commit comments

Comments
 (0)