reverting back cryptographie for now as v38 won't build on the pi

This commit is contained in:
avollkopf 2023-01-08 13:37:34 +01:00
parent 7504ae23f6
commit 23d540f48f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",