mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
Merge pull request #123 from PiBrewing/development
Merge fix for fresh installation
This commit is contained in:
commit
ff467b11dd
3 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "4.3.0"
|
__version__ = "4.3.1"
|
||||||
__codename__ = "Winter Storm"
|
__codename__ = "Winter Storm"
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ 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
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue