Skip to content

Commit

Permalink
update server
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 7, 2024
1 parent a91e6f4 commit 02e52a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ python3-saml>=1.9,<1.17
python-xmp-toolkit>=2.0.1,<2.1
num2words==0.5.13

Superdesk-Core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@release/2.8#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@v2.8.0#egg=superdesk-planning
Superdesk-Core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@v2.8.2#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@v2.8.1#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-analytics.git@v2.8.0#egg=superdesk-analytics
14 changes: 7 additions & 7 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arrow==1.3.0
# via
# eve-elastic
# superdesk-core
async-timeout==4.0.3
async-timeout==5.0.1
# via redis
authlib==0.14.3
# via superdesk-core
Expand All @@ -26,9 +26,9 @@ blinker==1.8.2
# flask-mail
# raven
# superdesk-core
boto3==1.35.42
boto3==1.35.55
# via superdesk-core
botocore==1.35.42
botocore==1.35.55
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,9 +69,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
croniter==3.0.3
croniter==3.0.4
# via superdesk-core
cryptography==43.0.1
cryptography==43.0.3
# via
# authlib
# jwcrypto
Expand Down Expand Up @@ -271,11 +271,11 @@ six==1.16.0
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/superdesk-analytics.git@v2.8.0
# via -r requirements.in
superdesk-core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@release/2.8
superdesk-core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@v2.8.2
# via
# -r requirements.in
# superdesk-core
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.8.0
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.8.1
# via -r requirements.in
types-python-dateutil==2.9.0.20241003
# via arrow
Expand Down

0 comments on commit 02e52a8

Please sign in to comment.