druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

[prompt_toolkit] Enforcing pre-2.0 #142

Closed john-bodley closed 5 years ago

john-bodley commented 5 years ago

This PR resolves https://github.com/druid-io/pydruid/issues/134 as prompt_toolkit introduced breaking changes in version 2.0.

Tested by ensuring that the CLI was functional via,

> pip install -e .[cli]
> pydruid

to: @betodealmeida @mistercrunch