forked from bento-platform/katsu
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #276 from CanDIG/sonchau/update_requirements
update requirements
- Loading branch information
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Django==5.1.1 # Python web framework | ||
psycopg[binary]==3.2.1 # PostgreSQL driver for Python | ||
django-cors-headers==4.4.0 # handling the server headers required for CORS | ||
Django==5.1.4 # Python web framework | ||
psycopg[binary]==3.2.3 # PostgreSQL driver for Python | ||
django-cors-headers==4.6.0 # handling the server headers required for CORS | ||
django-ninja==1.3.0 # API & schema | ||
orjson==3.10.7 # JSON library | ||
orjson==3.10.13 # JSON library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
-r local.txt # inherit from local.txt | ||
whitenoise==6.7.0 # serve static files | ||
redis[hiredis]==5.0.8 # cache server | ||
whitenoise==6.8.2 # serve static files | ||
redis[hiredis]==5.2.1 # cache server | ||
gunicorn==23.0.0 # web server | ||
uvicorn[standard]==0.30.6 # web server | ||
candigv2-logging@git+https://github.com/CanDIG/[email protected].0 # CANDIG logging wrapper | ||
candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.5.0 # CANDIG authorization wrapper | ||
uvicorn[standard]==0.34.0 # web server | ||
candigv2-logging@git+https://github.com/CanDIG/[email protected].1 # CANDIG logging wrapper | ||
candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.6.1 # CANDIG authorization wrapper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
-r base.txt # inherit from base.txt | ||
coverage==7.6.1 # measures code coverage | ||
coverage==7.6.10 # measures code coverage | ||
flake8==7.1.1 # style guide enforcement | ||
tox==4.18.1 # test command line tool | ||
tox==4.23.2 # test command line tool | ||
django-debug-toolbar==4.4.6 # display debug information | ||
factory-boy==3.3.1 # setup test cases | ||
tqdm==4.66.5 # progress bar for data loader script | ||
tqdm==4.67.1 # progress bar for data loader script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
-r base.txt # inherit from base.txt | ||
whitenoise==6.7.0 # serve static files | ||
redis[hiredis]==5.0.8 # cache server | ||
whitenoise==6.8.2 # serve static files | ||
redis[hiredis]==5.2.1 # cache server | ||
gunicorn==23.0.0 # web server | ||
uvicorn[standard]==0.30.6 # web server | ||
candigv2-logging@git+https://github.com/CanDIG/[email protected].0 # CANDIG logging wrapper | ||
candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.5.0 # CANDIG authorization wrapper | ||
uvicorn[standard]==0.34.0 # web server | ||
candigv2-logging@git+https://github.com/CanDIG/[email protected].1 # CANDIG logging wrapper | ||
candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.6.1 # CANDIG authorization wrapper | ||
|