From 23d540f48f3be60ffc4eb21ba0f09f3b0f28e2ef Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Sun, 8 Jan 2023 13:37:34 +0100 Subject: [PATCH] reverting back cryptographie for now as v38 won't build on the pi --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5aa85d0..2e96034 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ aiohttp-session==2.12.0 aiohttp-swagger==1.0.16 aiojobs==1.1.0 aiosqlite==0.17.0 -cryptography==38.0.4 +cryptography==36.0.1 requests==2.28.1 voluptuous==0.13.1 pyfiglet==0.8.post1 diff --git a/setup.py b/setup.py index 9b97dc3..1819226 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup(name='cbpi4', "aiohttp-swagger==1.0.16", "aiojobs==1.1.0 ", "aiosqlite==0.17.0", - "cryptography==38.0.4", + "cryptography==36.0.1", "requests==2.28.1", "voluptuous==0.13.1", "pyfiglet==0.8.post1",