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 9, 2024
1 parent 3089afb commit fc3bc92
Show file tree
Hide file tree
Showing 2 changed files with 7 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/superdesk-core.git@v2.8.1#egg=superdesk-core
Superdesk-Core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@release/2.8#egg=superdesk-core
git+https://github.com/superdesk/[email protected]#egg=superdesk-planning
git+https://github.com/superdesk/[email protected]#egg=superdesk-analytics
12 changes: 6 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.35
boto3==1.35.36
# via superdesk-core
botocore==1.35.35
botocore==1.35.36
# via
# boto3
# s3transfer
Expand All @@ -51,7 +51,7 @@ chardet==5.2.0
# via
# reportlab
# superdesk-core
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
ciso8601==2.3.1
# via eve-elastic
Expand Down Expand Up @@ -130,7 +130,7 @@ icalendar==5.0.13
# via superdesk-planning
idna==3.10
# via requests
isodate==0.7.0
isodate==0.7.2
# via python3-saml
itsdangerous==1.1.0
# via
Expand Down Expand Up @@ -258,7 +258,7 @@ requests-oauthlib==2.0.0
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
sgmllib3k==1.0.0
# via feedparser
Expand All @@ -271,7 +271,7 @@ six==1.16.0
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@v2.8.1
superdesk-core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@release/2.8
# via
# -r requirements.in
# superdesk-core
Expand Down

0 comments on commit fc3bc92

Please sign in to comment.