Skip to content

Commit

Permalink
update server requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 8, 2024
1 parent f8f0411 commit 3089afb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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/[email protected].0#egg=superdesk-core
Superdesk-Core[exiv2] @ git+https://github.com/superdesk/[email protected].1#egg=superdesk-core
git+https://github.com/superdesk/[email protected]#egg=superdesk-planning
git+https://github.com/superdesk/[email protected]#egg=superdesk-analytics
11 changes: 5 additions & 6 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ blinker==1.8.2
# flask-mail
# raven
# superdesk-core
boto3==1.35.30
boto3==1.35.35
# via superdesk-core
botocore==1.35.30
botocore==1.35.35
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -130,7 +130,7 @@ icalendar==5.0.13
# via superdesk-planning
idna==3.10
# via requests
isodate==0.6.1
isodate==0.7.0
# via python3-saml
itsdangerous==1.1.0
# via
Expand Down Expand Up @@ -247,7 +247,7 @@ redis==5.0.8
# superdesk-core
regex==2024.7.24
# via superdesk-core
reportlab==4.2.4
reportlab==4.2.5
# via superdesk-core
requests==2.32.3
# via
Expand All @@ -267,12 +267,11 @@ simplejson==3.19.3
six==1.16.0
# via
# flask-oidc-ex
# isodate
# oauth2client
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-core[exiv2] @ git+https://github.com/superdesk/[email protected].0
superdesk-core[exiv2] @ git+https://github.com/superdesk/[email protected].1
# via
# -r requirements.in
# superdesk-core
Expand Down

0 comments on commit 3089afb

Please sign in to comment.