Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dashboard_viewer/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions dashboard_viewer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down