Skip to content
Closed
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 @@ -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
Expand Down
8 changes: 1 addition & 7 deletions dashboard_viewer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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