Skip to content

Commit

Permalink
global: updates forked packages from upstream
Browse files Browse the repository at this point in the history
Signed-off-by: pamfilos <[email protected]>
  • Loading branch information
pamfilos committed Apr 4, 2023
1 parent 0617dff commit cba1d1a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions requirements-local-forks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-e git+https://github.com/cernanalysispreservation/invenio-celery.git@mock/v1.1.1#egg=invenio-celery
-e git+https://github.com/inveniosoftware/invenio-logging@94bc56117593eae62ba975d576e8c7b991311c0d#egg=invenio-logging[sentry,sentry-sdk]
-e git+https://github.com/cernanalysispreservation/[email protected]#egg=invenio-oauthclient
-e git+https://github.com/cernanalysispreservation/[email protected]#egg=invenio-userprofiles
-e git+https://github.com/cernanalysispreservation/invenio-indexer.git@os-2-new#egg=invenio-indexer
-e git+https://github.com/cernanalysispreservation/[email protected]#egg=invenio-jsonschemas
-e git+https://github.com/cernanalysispreservation/invenio-oaiserver.git@os-2-new#egg=invenio-oaiserver
-e git+https://github.com/parths007/invenio-records-rest.git@os-2-new#egg=invenio-records-rest
-e git+https://github.com/parths007/[email protected]#egg=invenio-search[opensearch2]
-e git+https://github.com/cernanalysispreservation/invenio-files-rest.git@mock/v1.0.5#egg=invenio-files-rest
-e git+https://github.com/cernanalysispreservation/invenio-records-files.git@new#egg=invenio-records-files
-e git+https://github.com/cernanalysispreservation/invenio-deposit.git@os-2#egg=invenio-deposit
-e git+https://github.com/cernanalysispreservation/invenio-query-parser.git@os#egg=invenio-query-parser
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@
'invenio-mail==1.0.2',
'invenio-rest==1.1.2',
'invenio-theme==1.1.4',
'invenio-celery @ git+https://github.com/parths007/invenio-celery.git@mock/v1.1.1',
'invenio-celery@git+https://github.com/cernanalysispreservation/invenio-celery.git@mock/v1.1.1#egg=invenio-celery',
'invenio-logging[sentry,sentry-sdk] @ git+https://github.com/inveniosoftware/invenio-logging@94bc56117593eae62ba975d576e8c7b991311c0d',

# Invenio Auth Deps
'invenio-access==1.3.0',
'invenio-accounts==1.1.1',
'invenio-oauth2server==1.0.4',
'invenio-oauthclient @ git+https://github.com/parths007/[email protected]',
'invenio-userprofiles @ git+https://github.com/parths007/[email protected]',
'invenio-oauthclient @ git+https://github.com/cernanalysispreservation/[email protected]',
'invenio-userprofiles @ git+https://github.com/cernanalysispreservation/[email protected]',

# Invenio Metadata Deps
'invenio-indexer @ git+https://github.com/parths007/invenio-indexer.git@os-2-new',
'invenio-jsonschemas @ git+https://github.com/parths007/[email protected]',
'invenio-oaiserver @ git+https://github.com/parths007/invenio-oaiserver.git@os-2-new',
'invenio-indexer @ git+https://github.com/cernanalysispreservation/invenio-indexer.git@os-2-new',
'invenio-jsonschemas @ git+https://github.com/cernanalysispreservation/[email protected]',
'invenio-oaiserver @ git+https://github.com/cernanalysispreservation/invenio-oaiserver.git@os-2-new',
'invenio-pidstore==1.1.0',
'invenio-records-rest @ git+https://github.com/parths007/invenio-records-rest.git@os-2-new',
'invenio-records-ui==1.0.1',
Expand All @@ -106,16 +106,16 @@
'invenio-search @ git+https://github.com/parths007/[email protected]#egg=invenio-search',

# Invenio Files deps
'invenio-files-rest @ git+https://github.com/parths007/[email protected]',
'invenio-records-files @ git+https://github.com/parths007/invenio-records-files.git@new#egg=invenio-records-files',
'invenio-files-rest @ git+https://github.com/cernanalysispreservation/invenio-files-rest.git@mock/v1.0.5',
'invenio-records-files @ git+https://github.com/cernanalysispreservation/invenio-records-files.git@new#egg=invenio-records-files',

# Database deps
'invenio-db[postgresql,versioning]==1.0.13',

# Invenio required deps
'invenio-deposit @ git+https://github.com/parths007/invenio-deposit.git@os-2',
'invenio-deposit @ git+https://github.com/cernanalysispreservation/invenio-deposit.git@os-2',
'invenio-accounts-rest==1.0.0a4',
'invenio-query-parser @ git+https://github.com/parths007/invenio-query-parser.git@os',
'invenio-query-parser @ git+https://github.com/cernanalysispreservation/invenio-query-parser.git@os',
'invenio[auth,base,metadata,postgresql]==3.2.0',
]

Expand Down

0 comments on commit cba1d1a

Please sign in to comment.