We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9cea0 commit 9417667Copy full SHA for 9417667
setup.py
@@ -24,7 +24,7 @@
24
25
REQUIREMENTS = [
26
"fs>2.0",
27
- "webdavclient2",
+ "webdavclient3",
28
"python-dateutil"
29
]
30
webdavfs/webdavfs.py
@@ -9,9 +9,9 @@
9
import operator
10
import logging
11
12
-import webdav2.client as wc
13
-import webdav2.exceptions as we
14
-import webdav2.urn as wu
+import webdav3.client as wc
+import webdav3.exceptions as we
+import webdav3.urn as wu
15
16
from fs import errors
17
from fs.base import FS
0 commit comments