diff --git a/dashboard_viewer/requirements.in b/dashboard_viewer/requirements.in index 7e75109..f475871 100644 --- a/dashboard_viewer/requirements.in +++ b/dashboard_viewer/requirements.in @@ -9,7 +9,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.23 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 dee3a3c..2618cc2 100644 --- a/dashboard_viewer/requirements.txt +++ b/dashboard_viewer/requirements.txt @@ -34,9 +34,7 @@ click-plugins==1.1.1 # via celery click-repl==0.2.0 # via celery -colorama==0.4.6 - # via click -django==3.2.13 +django==3.2.23 # via # -r requirements.in # django-appconf