Skip to content

Commit

Permalink
global: upgrade for invenio os2 support
Browse files Browse the repository at this point in the history
Signed-off-by: Parth Shandilya <[email protected]>
  • Loading branch information
ParthS007 committed Apr 19, 2023
1 parent cba1d1a commit 7708013
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 71 deletions.
18 changes: 9 additions & 9 deletions requirements-local-forks.txt
Original file line number Diff line number Diff line change
@@ -1,13 +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/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-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
120 changes: 58 additions & 62 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,86 +37,82 @@
setup_requires = ['Babel>=2.4.0', 'pytest-runner>=3.0.0,<5']

install_requires = [
# CAP Base
'Flask==1.1',
'click==8.0.0',
'jinja2==3.0.3',
'itsdangerous==2.0.1',
'werkzeug==1.0.1',
'Flask-Caching==1.5.0',
'Flask-Debugtoolbar',
'flask-wtf==0.15.1',
'flask-login==0.4.1',

# CAP specific libraries
'Flask>=2',
'click>=8',
'jinja2>=3',
'coolname>=2',
'dojson>=1.4.0',
'Flask-Caching>=2',
'Flask-Debugtoolbar>=0.13.1',
'flask-login>=0.4.1',
'jsonref>=1.0.0',
'jsonresolver>=0.3.2',
'PyGithub>=1.35',
'python-gitlab>=1.0.2',
'python-ldap==3.1.0',
'python-cern-sso-krb==1.3.3',
'gssapi>=1.7.3',
'Authlib==0.15.1',
'uWSGI==2.0.21',
'uwsgi-tools==1.1.1',
'uwsgitop==0.10',
'webargs==5.5.0',
'gspread==3.7.0',
'paramiko==2.7.1',
'cachetools==3.1.0',
'urllib3==1.26',
'coolname==1.1.0',
'python-ldap>=3.1.0',
'python-cern-sso-krb>=1.3.3',
'Authlib>=0.15.1',
'uWSGI>=2.0.21',
'uwsgi-tools>=1.1.1',
'uwsgitop>=0.10',
'gspread>=3.7.0,<4.0.0',
'paramiko>=2.7.1,<3.0.0',
'cachetools>=3.1.0,<5.3.0',
'requests-gssapi>=1.2.3',
'swagger-spec-validator==2.7.6',
'prometheus-flask-exporter==0.20.3',
'wtforms==2.2.1',
'swagger-spec-validator>=2.7.6,<3.0.0',
'prometheus-flask-exporter>=0.20.3,<1.0.0',
'beautifulsoup4>=4',
'pandas>=1.5',
'marshmallow==2.17.0',
'reana-client==0.8.1',
'reana-commons[yadage,snakemake]==0.8.4',

# Invenio Base Deps
'invenio-base==1.2.5',
'invenio-admin==1.1.2',
'invenio-assets==1.1.3',
'invenio-formatter==1.0.2',
'invenio-mail==1.0.2',
'invenio-rest==1.1.2',
'invenio-theme==1.1.4',
'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',
'reana-commons[yadage,snakemake]==0.8.4',

# Invenio Auth Deps
'invenio-access==1.3.0',
'invenio-accounts==1.1.1',
'invenio-oauth2server==1.0.4',
'invenio-oauthclient @ git+https://github.com/cernanalysispreservation/[email protected]',
'invenio-userprofiles @ git+https://github.com/cernanalysispreservation/[email protected]',
'invenio-access>=1.4.1,<1.5.0',
'invenio-accounts>=1.4.5,<2.2.0',
'invenio-accounts-rest>=1.0.0a4',
'invenio-oauth2server>=2.0.0,<2.2.0',
'invenio-oauthclient @ git+https://github.com/parths007/[email protected]',
'invenio-userprofiles @ git+https://github.com/parths007/invenio-userprofiles.git@v2',

# Invenio Base Deps
'invenio-admin>=1.3.0,<1.5.0',
'invenio-assets>=1.2.5,<2.2.0',
'invenio-formatter>=1.1.0,<1.5.0',
'invenio-logging>=1.3.0,<1.4.0',
'invenio-mail>=1.0.2,<1.1.0',
'invenio-rest>=1.2.3,<1.3.0',
'invenio-theme>=1.3.5,<2.2.0',

# Invenio Metadata Deps
'invenio-indexer @ git+https://github.com/cernanalysispreservation/invenio-indexer.git@os-2-new',
'invenio-jsonschemas @ git+https://github.com/cernanalysispreservation/invenio-jsonschemas.git@v1.0.1',
'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',
'invenio-records==1.3.0',
'invenio-search-ui==1.1.1',
'invenio-search @ git+https://github.com/parths007/invenio-search.git@v1.2.3#egg=invenio-search',
'invenio-indexer>=2.1.0,<3.0.0',
'invenio-jsonschemas @ git+https://github.com/parths007/invenio-jsonschemas.git@v1.1.5',
'invenio-pidstore>=1.2.1,<2.0.0',
'invenio-records-rest>=2.2.0,<3.0.0',
'invenio-records-ui>=1.2.0,<1.3.0',
'invenio-records>=2.1.0,<3.0.0',
'invenio-search-ui>=2.0.0,<2.1.0',
'invenio-deposit @ git+https://github.com/parths007/invenio-deposit.git@os-2',
'invenio-query-parser @ git+https://github.com/cernanalysispreservation/invenio-query-parser.git@os',

# Invenio Files deps
'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',
'invenio-files-rest>=1.2.0,<2.0.0',
'invenio-records-files>=1.2.1,<1.3.0',

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

# Search deps
'invenio-search @ git+https://github.com/parths007/[email protected]',

# Required
'invenio-app>=1.3.1,<1.4.0',
'invenio-base>=1.2.5,<2.0.0',
'invenio-cache>=1.1.0,<1.2.0',
'invenio-celery>=1.2.5,<1.3.0',
'invenio-config>=1.0.3,<1.1.0',
'invenio-i18n>=2.0.0,<3.0.0',

# Invenio required deps
'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/cernanalysispreservation/invenio-query-parser.git@os',
'invenio[auth,base,metadata,postgresql]==3.2.0',
]

packages = find_packages()
Expand Down

0 comments on commit 7708013

Please sign in to comment.