We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9c13d commit 7246096Copy full SHA for 7246096
thumbor_plugins/optimizers/gifv/setup.py
@@ -42,6 +42,6 @@
42
"thumbor_plugins.optimizers.gifv": ".",
43
},
44
install_requires=[
45
- "webcolors==1.11.1",
+ "webcolors==1.*,>=1.13.0",
46
],
47
)
0 commit comments