Skip to content

Commit 6cd5a41

Browse files
authored
Merge pull request #98 from c-hydro:dev
fix(setup): add dependency on requests for remote-data
2 parents 77f1133 + 85fb640 commit 6cd5a41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ thumbnails = [
4848
# dependencies for reading and writing remote data
4949
remote-data = [
5050
"paramiko>=2.9.3",
51-
"boto3>=1.34.104"
51+
"boto3>=1.34.104",
52+
"requests>=2.32.3"
5253
]

0 commit comments

Comments
 (0)