-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup picture metadata mapping (#249)
* setup picture metadata mapping SDCP-737 * use extras * fix filename setup * update test os * fix os name * lock types requirement
- Loading branch information
Showing
7 changed files
with
55 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ python3-saml>=1.9,<1.17 | |
python-xmp-toolkit>=2.0.1,<2.1 | ||
num2words==0.5.13 | ||
|
||
git+https://github.com/superdesk/superdesk-core.git@release/2.7#egg=superdesk-core | ||
Superdesk-Core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@develop#egg=superdesk-core | ||
git+https://github.com/superdesk/superdesk-planning.git@release/2.7#egg=superdesk-planning | ||
git+https://github.com/superdesk/[email protected]#egg=superdesk-analytics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# | ||
amqp==5.2.0 | ||
# via kombu | ||
arrow==0.13.0 | ||
arrow==1.3.0 | ||
# via | ||
# eve-elastic | ||
# superdesk-core | ||
|
@@ -26,9 +26,9 @@ blinker==1.7.0 | |
# flask-mail | ||
# raven | ||
# superdesk-core | ||
boto3==1.34.103 | ||
boto3==1.34.120 | ||
# via superdesk-core | ||
botocore==1.34.103 | ||
botocore==1.34.120 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
|
@@ -40,7 +40,7 @@ cerberus==1.3.5 | |
# via | ||
# eve | ||
# superdesk-core | ||
certifi==2024.2.2 | ||
certifi==2024.6.2 | ||
# via | ||
# elastic-apm | ||
# elasticsearch | ||
|
@@ -69,19 +69,19 @@ click-repl==0.3.0 | |
# via celery | ||
croniter==2.0.5 | ||
# via superdesk-core | ||
cryptography==42.0.7 | ||
cryptography==42.0.8 | ||
# via | ||
# authlib | ||
# jwcrypto | ||
deepdiff==7.0.1 | ||
# via superdesk-planning | ||
docopt==0.6.2 | ||
# via num2words | ||
draftjs-exporter[lxml]==2.1.7 | ||
draftjs-exporter[lxml]==2.1.0 | ||
# via superdesk-core | ||
ecs-logging==2.1.0 | ||
# via elastic-apm | ||
elastic-apm[flask]==6.22.0 | ||
elastic-apm[flask]==6.22.2 | ||
# via superdesk-core | ||
elasticsearch==7.13.4 | ||
# via | ||
|
@@ -106,17 +106,17 @@ flask==1.1.2 | |
# superdesk-core | ||
flask-babel==2.0.0 | ||
# via superdesk-core | ||
flask-mail==0.9.1 | ||
flask-mail==0.10.0 | ||
# via superdesk-core | ||
flask-oidc-ex==0.5.5 | ||
flask-oidc-ex==0.5.8 | ||
# via superdesk-core | ||
flask-script==2.0.6 | ||
# via superdesk-core | ||
future==1.0.0 | ||
# via python-twitter | ||
gunicorn==22.0.0 | ||
# via -r requirements.in | ||
hachoir==3.0a3 | ||
hachoir==3.3.0 | ||
# via superdesk-core | ||
hermescache==0.10.0 | ||
# via superdesk-core | ||
|
@@ -152,14 +152,17 @@ kombu==5.2.4 | |
# via | ||
# celery | ||
# superdesk-core | ||
ldap3==2.5.2 | ||
ldap3==2.9.1 | ||
# via superdesk-core | ||
lxml==4.6.5 | ||
lxml==5.2.2 | ||
# via | ||
# draftjs-exporter | ||
# lxml-html-clean | ||
# python3-saml | ||
# superdesk-core | ||
# xmlsec | ||
lxml-html-clean==0.1.1 | ||
# via superdesk-core | ||
markupsafe==2.0.1 | ||
# via | ||
# jinja2 | ||
|
@@ -176,11 +179,11 @@ ordered-set==4.1.0 | |
# via deepdiff | ||
packaging==24.0 | ||
# via gunicorn | ||
pillow==9.2.0 | ||
pillow==10.3.0 | ||
# via | ||
# reportlab | ||
# superdesk-core | ||
prompt-toolkit==3.0.43 | ||
prompt-toolkit==3.0.46 | ||
# via click-repl | ||
pyasn1==0.6.0 | ||
# via | ||
|
@@ -192,6 +195,8 @@ pyasn1-modules==0.4.0 | |
# via oauth2client | ||
pycparser==2.22 | ||
# via cffi | ||
pyexiv2==2.12.0 | ||
# via superdesk-core | ||
pyjwt==2.4.0 | ||
# via superdesk-core | ||
pymemcache==4.0.0 | ||
|
@@ -238,11 +243,11 @@ redis==5.0.4 | |
# via | ||
# celery | ||
# superdesk-core | ||
regex==2020.7.14 | ||
regex==2024.4.28 | ||
# via superdesk-core | ||
reportlab==3.6.13 | ||
# via superdesk-core | ||
requests==2.32.0 | ||
requests==2.32.3 | ||
# via | ||
# python-twitter | ||
# requests-oauthlib | ||
|
@@ -265,19 +270,23 @@ six==1.16.0 | |
# python-dateutil | ||
superdesk-analytics @ git+https://github.com/superdesk/[email protected] | ||
# via -r requirements.in | ||
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.7 | ||
# via -r requirements.in | ||
superdesk-core[exiv2] @ git+https://github.com/superdesk/superdesk-core.git@develop | ||
# via | ||
# -r requirements.in | ||
# superdesk-core | ||
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.7 | ||
# via -r requirements.in | ||
typing-extensions==4.11.0 | ||
types-python-dateutil==2.9.0.20240316 | ||
# via arrow | ||
typing-extensions==4.12.1 | ||
# via | ||
# jwcrypto | ||
# superdesk-core | ||
tzlocal==2.1 | ||
# via superdesk-core | ||
unidecode==1.3.8 | ||
# via superdesk-core | ||
urllib3==1.25.11 | ||
urllib3==1.26.18 | ||
# via | ||
# botocore | ||
# elastic-apm | ||
|
@@ -297,9 +306,9 @@ werkzeug==1.0.1 | |
# via | ||
# flask | ||
# superdesk-core | ||
wrapt==1.14.1 | ||
wrapt==1.16.0 | ||
# via elastic-apm | ||
xmlsec==1.3.13 | ||
xmlsec==1.3.14 | ||
# via | ||
# python3-saml | ||
# superdesk-core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters