Skip to content

Commit 4f33c57

Browse files
committed
Fixing used pycql version to 0.0.8
1 parent 5e387f3 commit 4f33c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def fullsplit(path, result=None):
9999
'zipstream',
100100
'psycopg2',
101101
'lxml',
102-
'pycql',
102+
'pycql==0.0.8',
103103
],
104104
extras_require={
105105
'dev': ['scipy'],

0 commit comments

Comments
 (0)