diff --git a/dashboard_viewer/requirements.in b/dashboard_viewer/requirements.in index e8fd2b7..a084e0c 100644 --- a/dashboard_viewer/requirements.in +++ b/dashboard_viewer/requirements.in @@ -8,7 +8,7 @@ django-markdownify==0.9.0 # markdown to html django-model-utils==4.2.0 # get specific type of subclasses after requesting buttons on tabsManager app django-sass-processor==1.1 # automate scss devolopment django-redis==5.1.0 # acess redis through a programmatic API -django==3.2.13 +django==3.2.15 djangorestframework==3.13.1 # expose tabs content through an API libsass==0.21.0 # to compile scss files into css gunicorn==20.1.0 # for production deployment diff --git a/dashboard_viewer/requirements.txt b/dashboard_viewer/requirements.txt index 07a87d5..6bbac61 100644 --- a/dashboard_viewer/requirements.txt +++ b/dashboard_viewer/requirements.txt @@ -34,7 +34,7 @@ click-plugins==1.1.1 # via celery click-repl==0.2.0 # via celery -django==3.2.13 +django==3.2.15 # via # -r requirements.in # django-appconf @@ -73,10 +73,6 @@ gunicorn==20.1.0 # via -r requirements.in idna==3.3 # via requests -importlib-metadata==4.11.4 - # via - # markdown - # martor kombu==5.2.2 # via celery libsass==0.21.0 @@ -149,8 +145,6 @@ wcwidth==0.2.5 # via prompt-toolkit webencodings==0.5.1 # via bleach -zipp==3.8.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools