Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: superdesk/superdesk-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ac5e51abce82eb13fda6ba6ec3dd370a84c0f521
Choose a base ref
..
head repository: superdesk/superdesk-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 024c37e4ce40b9a7867249223a9b53d03f31c964
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 setup.py
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"pillow>=9.2,<9.3",
"arrow>=0.4,<=0.13",
"bcrypt>=3.1.1,<3.2",
"blinker>=1.3,<1.5",
"blinker>=1.3,<1.8",
"celery[redis]>=5.2.7,<5.3",
"cerberus>=1.3.2,<1.4",
"redis>=4.5.2,<4.6",
@@ -47,7 +47,7 @@
"PyYAML>=6.0.1",
"lxml>=4,<4.7",
"python-twitter==3.5",
"chardet<4.0",
"chardet<6.0",
"pymongo>=3.8,<4.7",
"croniter<0.4",
"python-dateutil<2.8",