Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelowenthal committed Feb 25, 2016
1 parent 3042fb1 commit 574269d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup(
name='cql_kernel',
version='0.2.2',
version='0.2.3',
packages=['cqlshlib_cql_kernel', 'cqlshlib_cql_kernel.test', 'cql_kernel'],
url='https://github.com/slowenthal/cql_kernel',
license='Apache',
author='Steven Lowenthal & Apache Cassandra Developers',
author_email='[email protected]',
install_requires = ['cassandra-driver>=2.7.2, <3.0'],
install_requires = ['cassandra-driver>=2.7.2,<3.0'],
tests_require = ['jupyter_kernel_test','nose>=1.3.7'],
description='CQL Kernel for Jupyter based on cqlsh'
)

0 comments on commit 574269d

Please sign in to comment.