Skip to content

Commit

Permalink
tree,remote: use >=3.14.5 for WebDAV dependency webdavclient3
Browse files Browse the repository at this point in the history
  • Loading branch information
iksnagreb committed Jul 27, 2020
1 parent f4d3d2e commit ee1813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run(self):
oss = ["oss2==2.6.1"]
ssh = ["paramiko>=2.5.0"]
hdfs = ["pyarrow>=0.17.0"]
webdav = ["webdavclient3==3.14.5"]
webdav = ["webdavclient3>=3.14.5"]
# gssapi should not be included in all_remotes, because it doesn't have wheels
# for linux and mac, so it will fail to compile if user doesn't have all the
# requirements, including kerberos itself. Once all the wheels are available,
Expand Down

0 comments on commit ee1813e

Please sign in to comment.