From 15a52af58795b3116a6d902b6fcc1b8b25222ea4 Mon Sep 17 00:00:00 2001 From: E-Voting Developer Date: Wed, 5 Nov 2025 18:05:56 +0100 Subject: [PATCH] Remove liboqs-python: use optional import for PQC compatibility --- e-voting-system/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/e-voting-system/pyproject.toml b/e-voting-system/pyproject.toml index 010927d..372f85b 100644 --- a/e-voting-system/pyproject.toml +++ b/e-voting-system/pyproject.toml @@ -15,7 +15,6 @@ cryptography = "^41.0.0" pydantic = "^2.0.0" pydantic-settings = "^2.0.0" email-validator = "^2.1.0" -liboqs-python = "^0.9.0" bcrypt = "^4.1.0" python-jose = "^3.3.0" python-dotenv = "^1.0.0"