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 70b1a78 commit 3fc72fbCopy full SHA for 3fc72fb
pyproject.toml
@@ -45,13 +45,12 @@ tests = [
45
"packaging",
46
]
47
dev = [
48
- "adlfs; python_version<='3.12' or (python_version>'3.12' and os_name!='nt') ",
+ "adlfs",
49
"aiohttp",
50
"requests",
51
"gcsfs",
52
"s3fs",
53
- # exclude moto installation on 3.13 windows until pywin32 wheels are available:
54
- "moto[s3,server]; python_version<='3.12' or (python_version>'3.12' and os_name!='nt') ",
+ "moto[s3,server]",
55
"webdav4[fsspec]",
56
"paramiko",
57
"wsgidav",
0 commit comments