From 98d0c84f12c5f696c13d3ea625b22db1c1c1e822 Mon Sep 17 00:00:00 2001 From: sverben <59171289+sverben@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:10:47 +0100 Subject: [PATCH] Fix: add cryptography --- app/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/requirements.txt b/app/requirements.txt index a319871..5dca91c 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,3 +5,4 @@ SQLAlchemy~=2.0.25 pydantic~=2.5.3 uvicorn~=0.26.0 pydantic-settings~=2.1.0 +cryptography~=41.0.7