Skip to content

Commit

Permalink
update server requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Dec 20, 2023
1 parent bd49979 commit 458a2e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "export NODE_ENV=production && webpack --progress --profile --colors"
},
"dependencies": {
"newsroom-core": "github:superdesk/newsroom-core#v2.5-rc8"
"newsroom-core": "github:superdesk/newsroom-core#develop"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
31 changes: 13 additions & 18 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
Expand All @@ -21,7 +21,7 @@ async-timeout==4.0.3
# via redis
authlib==0.14.3
# via superdesk-core
babel==2.13.1
babel==2.14.0
# via flask-babel
bcrypt==3.1.7
# via superdesk-core
Expand All @@ -34,9 +34,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.33.10
boto3==1.34.4
# via superdesk-core
botocore==1.33.10
botocore==1.34.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -122,7 +122,7 @@ eve-elastic==7.3.2
# superdesk-core
events==0.3
# via eve
feedparser==6.0.10
feedparser==6.0.11
# via superdesk-core
flask==1.1.2
# via
Expand Down Expand Up @@ -242,7 +242,7 @@ pillow==9.2.0
# reportlab
# superdesk-core
# xhtml2pdf
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
# via click-repl
pyasn1==0.5.1
# via
Expand All @@ -262,8 +262,6 @@ pyhanko-certvalidator==0.22.0
# via
# pyhanko
# xhtml2pdf
pyjwt==2.4.0
# via superdesk-core
pymemcache==4.0.0
# via superdesk-core
pymongo==3.11.4
Expand All @@ -276,7 +274,7 @@ pyparsing==3.1.1
# via
# httplib2
# pyrtf3
pypdf==3.17.1
pypdf==3.17.3
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand All @@ -301,7 +299,6 @@ python3-saml==1.15.0
# via newsroom-core
pytz==2023.3.post1
# via
# babel
# celery
# eve-elastic
# flask-babel
Expand All @@ -328,7 +325,6 @@ regex==2020.7.14
reportlab==3.6.13
# via
# newsroom-core
# superdesk-core
# svglib
# xhtml2pdf
requests==2.31.0
Expand All @@ -341,8 +337,10 @@ requests==2.31.0
requests-oauthlib==1.3.1
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.8.2
# via
# google-auth
# oauth2client
s3transfer==0.9.0
# via boto3
sentry-sdk[flask]==1.5.12
# via
Expand All @@ -363,7 +361,7 @@ six==1.16.0
# oauth2client
# python-bidi
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.7.0-rc1
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@develop
# via newsroom-core
superdesk-planning @ git+https://github.com/superdesk/[email protected]
# via newsroom-core
Expand All @@ -373,10 +371,9 @@ tinycss2==1.2.1
# via
# cssselect2
# svglib
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# limits
# pypdf
# qrcode
# superdesk-core
tzlocal==2.1
Expand Down Expand Up @@ -425,8 +422,6 @@ xhtml2pdf==0.2.11
# via newsroom-core
xmlsec==1.3.13
# via python3-saml
zipp==3.17.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 458a2e3

Please sign in to comment.