-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Allow for optional timeout parameter. | ||
# https://github.com/IQSS/dataverse-client-python/pull/27 | ||
git+https://github.com/CenterForOpenScience/dataverse-client-python.git@feature/dv-client-updates | ||
git+https://github.com/CenterForOpenScience/dataverse-client-python.git@2b3827578048e6df3818f82381c7ea9a2395e526 # branch is feature/dv-client-updates |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# up-to-date with mendeley's master + add folder support and future dep updates | ||
git+https://github.com/CenterForOpenScience/mendeley-python-sdk.git@feature/osf-dep-updates | ||
git+https://github.com/CenterForOpenScience/mendeley-python-sdk.git@be8a811fa6c3b105d9f5c656cabb6b1ba855ed5b # branch is feature/osf-dep-updates |
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
## Reference README-docker-compose.md for instructions. | ||
|
||
version: '3.4' | ||
|
||
services: | ||
|
||
####### | ||
|
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
version: "3.4" | ||
|
||
# Additional configuration for development on services linked with osf.io | ||
# services: | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# Reference README-docker-compose.md for instructions. | ||
|
||
version: '3.5' | ||
|
||
volumes: | ||
redis_data_vol: | ||
external: false | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "osf-io" | ||
version = "24.05.0" | ||
version = "24.05.2" | ||
description = "The code for [https://osf.io](https://osf.io)." | ||
authors = ["Your Name <[email protected]>"] | ||
license = "Apache License 2.0" | ||
|
@@ -73,7 +73,7 @@ cryptography = "42.0.5" | |
jsonschema = "4.21.1" | ||
django-guardian = "2.4.0" | ||
# Admin requirements | ||
django-webpack-loader = {git = "https://github.com/felliott/django-webpack-loader.git", rev = "af8438c2da909ec9f2188a6c07c9d2caad0f7e93"} | ||
django-webpack-loader = {git = "https://github.com/CenterForOpenScience/django-webpack-loader.git", rev = "af8438c2da909ec9f2188a6c07c9d2caad0f7e93"} # branch is feature/v1-webpack-stats | ||
django-sendgrid-v5 = "1.2.3" # metadata says python 3.10 not supported, but tests pass | ||
|
||
# Analytics requirements | ||
|
@@ -94,7 +94,7 @@ datacite = "1.1.3" | |
rdflib = "7.0.0" | ||
colorlog = "6.8.2" | ||
# Metrics | ||
django-elasticsearch-metrics = {git ="https://github.com/CenterForOpenScience/django-elasticsearch-metrics", branch = "feature/pin-esdsl"} | ||
django-elasticsearch-metrics = {git ="https://github.com/CenterForOpenScience/django-elasticsearch-metrics.git", rev = "f5b9312914154e213aa01731e934c593e3434269"} # branch is feature/pin-esdsl | ||
# Impact Metrics CSV Export | ||
djangorestframework-csv = "3.0.2" | ||
gevent = "24.2.1" | ||
|
@@ -144,15 +144,15 @@ asgiref = "3.7.2" | |
boxsdk = "3.9.2" | ||
# Allow for optional timeout parameter. | ||
# https://github.com/IQSS/dataverse-client-python/pull/27 | ||
dataverse = {git = "https://github.com/CenterForOpenScience/dataverse-client-python.git", rev="2b3827578048e6df3818f82381c7ea9a2395e526"} | ||
dataverse = {git = "https://github.com/CenterForOpenScience/dataverse-client-python.git", rev="2b3827578048e6df3818f82381c7ea9a2395e526"} # branch is feature/dv-client-updates | ||
dropbox = "11.36.2" | ||
|
||
cachecontrol = "0.14.0" | ||
"github3.py" = "4.0.1" | ||
uritemplate = "4.1.1" | ||
python-gitlab = "4.4.0" | ||
# up-to-date with mendeley's master + add folder support and future dep updates | ||
mendeley = {git = "https://github.com/CenterForOpenScience/mendeley-python-sdk.git", rev="feature/osf-dep-updates"} | ||
mendeley = {git = "https://github.com/CenterForOpenScience/mendeley-python-sdk.git", rev="be8a811fa6c3b105d9f5c656cabb6b1ba855ed5b"} # branch is feature/osf-dep-updates | ||
# Requirements for the owncloud add-on | ||
pyocclient = "0.6.0" | ||
boto3 = "1.34.60" | ||
|
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