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 @@ -15,7 +15,7 @@ libsass==0.21.0 # to compile scss files into css
gunicorn==20.1.0 # for production deployment
martor==1.6.7 # markdown editor in admin app
pandas==1.3.5 # to handle achilles results files and their data
Pillow==9.0.1 # image fields (App Logo)
Pillow==10.0.1 # image fields (App Logo)
psycopg2-binary==2.9.2 # communicate with postgres
redis==3.5.3 # comunicate with redis (celery)
git+https://github.com/bioinformatics-ua/redis-rw-lock.git#egg=redis-rw-lock
Expand Down
12 changes: 2 additions & 10 deletions dashboard_viewer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
colorama==0.4.6
# via click
django==3.2.13
# via
# -r requirements.in
Expand Down Expand Up @@ -78,10 +76,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 All @@ -92,13 +86,13 @@ markdown==3.3.6
# martor
martor==1.6.7
# via -r requirements.in
numpy==1.21.5
numpy==1.26.0
# via pandas
packaging==21.3
# via bleach
pandas==1.3.5
# via -r requirements.in
pillow==9.0.1
pillow==10.0.1
# via -r requirements.in
prompt-toolkit==3.0.24
# via click-repl
Expand Down Expand Up @@ -154,8 +148,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