Skip to content

Commit

Permalink
Merge pull request #276 from CanDIG/sonchau/update_requirements
Browse files Browse the repository at this point in the history
update requirements
  • Loading branch information
SonQBChau authored Jan 2, 2025
2 parents ac1b6de + a430357 commit 68c239d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
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
10 changes: 5 additions & 5 deletions requirements/dev.txt
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
6 changes: 3 additions & 3 deletions requirements/local.txt
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
10 changes: 5 additions & 5 deletions requirements/prod.txt
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

0 comments on commit 68c239d

Please sign in to comment.