We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f7ca1e + c4215ab commit 5c4053eCopy full SHA for 5c4053e
setup.py
@@ -39,7 +39,8 @@
39
# we use the path_type=Path feature from click which was added in Click 8
40
"click>=8",
41
"django-s3-file-field-client",
42
- "girder-cli-oauth-client",
+ # We expect girder-cli-oauth-client to drop oob support in the future
43
+ "girder-cli-oauth-client<1.0.0",
44
"humanize",
45
"isic-metadata>=0.1.0",
46
"more-itertools",
0 commit comments