Skip to content

Commit 6b7f5a3

Browse files
Fix dependencies versions
* Update requirements.txt * Fix dependencies version in `setup.py` Co-authored-by: Constantine Nathanson <[email protected]>
1 parent 199632f commit 6b7f5a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cloudinary
1+
cloudinary>=1.21.0
22
pygments
33
jinja2
44
click
55
click-log
6-
requests
6+
requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
setup_requires=["pytest-runner"],
3737
tests_require=["pytest"],
3838
install_requires=[
39-
"cloudinary",
39+
"cloudinary>=1.21.0",
4040
"pygments",
4141
"jinja2",
4242
"click",

0 commit comments

Comments
 (0)