diff --git a/requirements.txt b/requirements.txt index 9ab53f89..822c5671 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,6 +51,7 @@ markdown-it-py==3.0.0 mdurl==0.1.2 numpy==2.3.1 oauthlib==3.2.2 +orjson==3.11.4 packaging==25.0 pandas==2.3.1 pillow==10.4.0 diff --git a/setup.py b/setup.py index fda06c3a..19e4a291 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ 'djangorestframework', 'drf-yasg', 'isic-challenge-scoring>=5.8', + 'orjson', 'requests', 'rules', # See https://github.com/axnsan12/drf-yasg/issues/874 diff --git a/stade/core/templates/leaderboards.html b/stade/core/templates/leaderboards.html index 4a50a5d1..3a589179 100644 --- a/stade/core/templates/leaderboards.html +++ b/stade/core/templates/leaderboards.html @@ -89,17 +89,17 @@