File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,6 @@ install_requires =
7878 scmrepo ==0.0.7
7979
8080[options.extras_require]
81- # gssapi should not be included in all_remotes, because it doesn't have wheels
82- # for linux and mac, so it will fail to compile if user doesn't have all the
83- # requirements, including kerberos itself. Once all the wheels are available,
84- # we can start shipping it by default.
8581all =
8682 %(azure)s
8783 %(gdrive)s
@@ -108,11 +104,15 @@ s3 = s3fs[boto3]>=2021.11.1
108104ssh =
109105 bcrypt
110106 sshfs[bcrypt]>=2021.11.2
107+ # gssapi should not be included in all_remotes, because it doesn't have wheels
108+ # for Linux, so it will fail to compile if user doesn't have all the
109+ # requirements, including kerberos itself.
111110ssh_gssapi = sshfs[gssapi]>=2021.11.2
112111webdav = webdav4>=0.9.3
113112# not to break `dvc[webhdfs]`
114113webhdfs =
115- requests-kerberos ==0.14.0
114+ # requests-kerberos requires krb5 & gssapi, which does not provide wheels Linux
115+ webdhfs_kerberos = requests-kerberos ==0.14.0
116116terraform = tpi[ssh]>=2.1.0
117117tests =
118118 %(terraform)s
You can’t perform that action at this time.
0 commit comments