Skip to content

Commit

Permalink
upgrade to django-sodar-core v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 9, 2024
1 parent fd9199c commit 917ea54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It is also readily compatible with Selenium UI testing, coverage checking and
continuous integration for GitHub Actions and GitLab-CI.

The current version of this site is compatible with
`SODAR Core v1.0.1 <https://github.com/bihealth/sodar_core/tree/v1.0.1>`_.
`SODAR Core v1.0.2 <https://github.com/bihealth/sodar_core/tree/v1.0.2>`_.


Installation for Development
Expand Down
2 changes: 2 additions & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@
CELERYD_TASK_TIME_LIMIT = 5 * 60
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-soft-time-limit
CELERYD_TASK_SOFT_TIME_LIMIT = 60
# https://docs.celeryq.dev/en/latest/userguide/configuration.html#broker-connection-retry-on-startup
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = False


# Django REST framework
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setuptools>=70.0.0, <70.1
packaging>=23.2, <24.0

# Django
django>=4.2.15, <5.0
django>=4.2.16, <5.0

# Configuration
django-environ>=0.11.2, <0.12
Expand Down Expand Up @@ -85,6 +85,6 @@ celery>=5.3.6, <5.4
django-autocomplete-light==3.11.0 # See issue #1224

# SODAR Core
django-sodar-core==1.0.1
django-sodar-core==1.0.2
# Use below for develop installs with a commit ID
# -e git+https://github.com/bihealth/sodar-core.git@888d594d342984ab430e5e2d624c0cfda68d2eaa#egg=django-sodar-core
2 changes: 1 addition & 1 deletion utility/install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ echo "Installing Python 3.11"
echo "***********************************************"
add-apt-repository -y ppa:deadsnakes/ppa
apt-get -y update
apt-get -y install python3.11 python3.11-dev python3.11-venv
apt-get -y install python3.11 python3.11-dev python3.11-venv python3.11-gdbm
curl https://bootstrap.pypa.io/get-pip.py | sudo -H python3.11

0 comments on commit 917ea54

Please sign in to comment.