From b1297109de0ca1a44a188154ca16f0aaf05922bf Mon Sep 17 00:00:00 2001 From: Kevin Phillips Date: Thu, 3 Oct 2024 08:58:19 -0500 Subject: [PATCH] dependency fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c3f862..2401c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1" } [tool.poetry.group.encryption_jwt] optional = true -dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1", pyjwt = "^2.9.0", aioboto3 = "^13.1.1", "requests" = "^2.32.3", "types-requests": "^2.32.0" } +dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1", pyjwt = "^2.9.0", aioboto3 = "^13.1.1", "requests" = "^2.32.3", "types-requests" = "^2.32.0" } [tool.poetry.group.gevent] optional = true