Skip to content

Commit

Permalink
Bump clickhouse-driver to 0.0.18
Browse files Browse the repository at this point in the history
This includes Armin's fix: mymarilyn/clickhouse-driver#72
  • Loading branch information
bretthoerner committed Feb 19, 2019
1 parent fcc0bc6 commit 344ccff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ travis-test:

install-python-dependencies:
pip install -e .
pip install git+git://github.com/mitsuhiko/clickhouse-driver@ef53bb1ee0bafaa51e434df324340d8a298e356d

install-librdkafka-homebrew:
brew install librdkafka
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'certifi==2018.4.16',
'chardet==3.0.4',
'click==6.7',
# Note that the clickhouse-driver is installed via the Makefile's `install-python-dependencies`
'clickhouse-driver==0.0.18',
'colorama==0.3.9',
'configparser==3.5.0',
'confluent-kafka==0.11.5',
Expand Down Expand Up @@ -107,7 +107,7 @@
'certifi==2018.4.16',
'chardet==3.0.4',
'click==6.7',
# Note that the clickhouse-driver is installed via the Makefile's `install-python-dependencies`
'clickhouse-driver==0.0.18',
'colorama==0.3.9',
'configparser==3.5.0',
'confluent-kafka==0.11.5',
Expand Down

0 comments on commit 344ccff

Please sign in to comment.