Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 715 Bytes

DEPENDENCIES.md

File metadata and controls

20 lines (15 loc) · 715 Bytes

Core dependencies

  • Exasol >= 6
  • Python >= 3.6
  • websocket-client >= 0.47
  • rsa

Optional dependencies

  • pandas is required for HTTP transport functions working with data frames;
  • pyopenssl is required for HTTP transport with encryption to generate "ad-hoc" certificates;
  • websocket-client may take advantage of numpy and wsaccel to improve send() method performance;
  • ujson is required for json_lib=usjon to improve json parsing performance;
  • rapidjson is required for json_lib=rapidjson to improve json parsing performance;

Installation with optional dependencies

pip install pyexasol[pandas,encrypt,ujson,rapidjson]