-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
global: updates forked packages from upstream
Signed-off-by: pamfilos <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
10 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
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 |
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 |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
] | ||
|
||
|