Skip to content

Commit

Permalink
add whylabs-client to dependencies to allow creation of anonymous ses…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
Alex committed Apr 9, 2021
1 parent dcdf98e commit 5f487a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ wcwidth==0.2.5
webencodings==0.5.1
websocket-client==0.57.0
Werkzeug==1.0.1
whylabs-client==0.1
whylabs-datasketches==2.2.0b1
zipp==3.4.0
puremagic == 1.10
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ s3transfer==0.3.4
six==1.15.0
urllib3==1.26.4
coverage==5.4
whylabs-client==0.1
whylabs-datasketches==2.2.0b1
freezegun==1.1.0
moto==1.3.16
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ PyYAML==5.4
s3transfer==0.3.3
six==1.15.0
urllib3==1.26.4
whylabs-client==0.1
whylabs-datasketches==2.2.0b1
xlrd==2.0.1
openpyxl==3.0.6
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ install_requires =
pandas>1.0
marshmallow>=3.7.1
numpy>=1.18
whylabs-client==0.1
whylabs-datasketches>=2.2.0b1
boto3>=1.14.1
botocore>=1.17.44
Expand Down

0 comments on commit 5f487a7

Please sign in to comment.