diff --git a/requirements.txt b/requirements.txt index b234206cc025efeec1ab86ae2c8dc8d73214e9ab..b6438ae69d519488ef8527a5bb1f176c12b36cc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ Pillow six >= 1.10.0 chardet == 3.0.4 requests +pandas diff --git a/setup.py b/setup.py index 7efdc10dc42b01845b1d1c5a7ef9d2f1d959d34c..a43c6135b98a3b3f2428bdcf78ab2a491dce8f8c 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ max_version, mid_version, min_version = python_version() REQUIRED_PACKAGES = [ 'numpy >= 1.12.0', 'six >= 1.10.0', + 'pandas', 'protobuf >= 3.1.0', 'pyyaml', 'Pillow',