From 53753c7c7d1e98863de93e67289df0ce6368f20f Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 20 Jan 2024 09:37:09 +0100 Subject: [PATCH] fix deps --- constraints.txt | 6 ++++++ requirements.txt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/constraints.txt b/constraints.txt index b5e088e..78b6ebc 100644 --- a/constraints.txt +++ b/constraints.txt @@ -10,12 +10,16 @@ asgiref==3.7.2 # django-htmx certifi==2023.11.17 # via requests +cffi==1.16.0 + # via cryptography charset-normalizer==3.3.2 # via requests contourpy==1.2.0 # via matplotlib crispy-bootstrap5==2023.10 # via -r requirements.in +cryptography==41.0.7 + # via django-anymail cycler==0.12.1 # via matplotlib django==5.0.1 @@ -72,6 +76,8 @@ pillow==10.2.0 # via # -r requirements.in # matplotlib +pycparser==2.21 + # via cffi pyparsing==3.1.1 # via matplotlib python-dateutil==2.8.2 diff --git a/requirements.txt b/requirements.txt index 264e21c..a080a14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,12 +10,16 @@ asgiref==3.7.2 # django-htmx certifi==2023.11.17 # via requests +cffi==1.16.0 + # via cryptography charset-normalizer==3.3.2 # via requests contourpy==1.2.0 # via matplotlib crispy-bootstrap5==2023.10 # via -r requirements.in +cryptography==41.0.7 + # via django-anymail cycler==0.12.1 # via matplotlib django==5.0.1 @@ -72,6 +76,8 @@ pillow==10.2.0 # via # -r requirements.in # matplotlib +pycparser==2.21 + # via cffi pyparsing==3.1.1 # via matplotlib python-dateutil==2.8.2