Merge pull request #123 from PiBrewing/development

Merge fix for fresh installation
This commit is contained in:
Alexander Vollkopf 2024-01-01 18:27:08 +01:00 committed by GitHub
commit ff467b11dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

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

View file

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

View file

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