fix for fresh installation (add asyncio-timeout to requirements)

This commit is contained in:
avollkopf 2024-01-01 18:20:40 +01:00
parent 272cb9fb19
commit 3bf639d05f
3 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.3.0"
__version__ = "4.3.1.a1"
__codename__ = "Winter Storm"

View file

@ -5,6 +5,7 @@ aiohttp-route-decorator==0.1.4
aiohttp-security==0.5.0
aiohttp-session==2.12.0
aiohttp-swagger==1.0.16
async-timeout==4.0.3
aiojobs==1.2.1
aiosqlite==0.17.0
cryptography==41.0.7

View file

@ -45,6 +45,7 @@ setup(name='cbpi4',
"aiohttp-security==0.5.0",
"aiohttp-session==2.12.0",
"aiohttp-swagger==1.0.16",
"async-timeout==4.0.3",
"aiojobs==1.2.1 ",
"aiosqlite==0.17.0",
"cryptography==41.0.7",