|
50 | 50 |
|
51 | 51 | # CAP specific libraries
|
52 | 52 | 'jsonref>=1.0.0',
|
| 53 | + 'dojson==1.4.0', |
53 | 54 | 'jsonresolver>=0.3.2',
|
54 | 55 | 'PyGithub>=1.35',
|
55 | 56 | 'python-gitlab>=1.0.2',
|
|
76 | 77 | 'reana-client==0.8.1',
|
77 | 78 | 'reana-commons[yadage,snakemake]==0.8.4',
|
78 | 79 |
|
79 |
| - # Invenio Base Deps |
| 80 | + # Invenio Base Deps |
80 | 81 | 'invenio-base==1.2.5',
|
81 | 82 | 'invenio-admin==1.1.2',
|
82 | 83 | 'invenio-assets==1.1.3',
|
83 | 84 | 'invenio-formatter==1.0.2',
|
84 | 85 | 'invenio-mail==1.0.2',
|
85 | 86 | 'invenio-rest==1.1.2',
|
86 |
| - 'invenio-theme==1.1.4', |
87 |
| - 'invenio-celery@git+https://github.com/cernanalysispreservation/invenio-celery.git@mock/v1.1.1#egg=invenio-celery', |
88 |
| - 'invenio-logging[sentry,sentry-sdk] @ git+https://github.com/inveniosoftware/invenio-logging@94bc56117593eae62ba975d576e8c7b991311c0d', |
| 87 | + 'invenio-theme==1.3.4', |
| 88 | + 'invenio-celery==1.2.5', |
| 89 | + 'invenio-logging[sentry,sentry-sdk]==1.3.2', |
89 | 90 |
|
90 | 91 | # Invenio Auth Deps
|
91 | 92 | 'invenio-access==1.3.0',
|
92 |
| - 'invenio-accounts==1.1.1', |
| 93 | + 'invenio-accounts==1.2.1', |
93 | 94 | 'invenio-oauth2server==1.0.4',
|
94 |
| - 'invenio-oauthclient @ git+https://github.com/cernanalysispreservation/invenio-oauthclient.git@v1.1.3', |
95 |
| - 'invenio-userprofiles @ git+https://github.com/cernanalysispreservation/invenio-userprofiles.git@v1.0.1', |
| 95 | + 'invenio-oauthclient @ git+https://github.com/parths007/invenio-oauthclient.git@v1.2.1', |
| 96 | + 'invenio-userprofiles @ git+https://github.com/parths007/invenio-userprofiles.git@v1.2.4', |
96 | 97 |
|
97 | 98 | # Invenio Metadata Deps
|
98 | 99 | 'invenio-indexer @ git+https://github.com/cernanalysispreservation/invenio-indexer.git@os-2-new',
|
99 | 100 | 'invenio-jsonschemas @ git+https://github.com/cernanalysispreservation/[email protected]',
|
100 |
| - 'invenio-oaiserver @ git+https://github.com/cernanalysispreservation/invenio-oaiserver.git@os-2-new', |
101 | 101 | 'invenio-pidstore==1.1.0',
|
102 | 102 | 'invenio-records-rest @ git+https://github.com/parths007/invenio-records-rest.git@os-2-new',
|
103 | 103 | 'invenio-records-ui==1.0.1',
|
|
116 | 116 | 'invenio-deposit @ git+https://github.com/cernanalysispreservation/invenio-deposit.git@os-2',
|
117 | 117 | 'invenio-accounts-rest==1.0.0a4',
|
118 | 118 | 'invenio-query-parser @ git+https://github.com/cernanalysispreservation/invenio-query-parser.git@os',
|
119 |
| - 'invenio[auth,base,metadata,postgresql]==3.2.0', |
| 119 | + 'invenio-app>=1.2.3,<1.3.0', |
| 120 | + 'invenio-cache>=1.0.0,<1.1.0', |
| 121 | + 'invenio-config>=1.0.2,<1.1.0', |
| 122 | + 'invenio-i18n==1.2.0', |
120 | 123 | ]
|
121 | 124 |
|
122 | 125 | packages = find_packages()
|
|
0 commit comments