diff --git a/monitoring/settings.py b/monitoring/settings.py index e10b183..8a349bb 100644 --- a/monitoring/settings.py +++ b/monitoring/settings.py @@ -21,7 +21,7 @@ # See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/ # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = False +DEBUG = True try: diff --git a/requirements.txt b/requirements.txt index b8bae58..cd85e9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -# Pin packages to support and work with py3.6. +# Pin packages to work with Python 3.9. apel -Django==3.2.25 -djangorestframework==3.15.1 +Django==4.2.28 +djangorestframework==3.16.1 pytz==2025.2 -PyMySQL==1.0.2 -pandas==1.1.5 -numpy==1.19.5 # pandas dependency +PyMySQL==1.1.2 +pandas==2.3.3 +numpy==2.0.2 # pandas dependency