mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 22:48:16 +01:00
change requirements
This commit is contained in:
parent
e0b220d980
commit
ac1d407e0c
3 changed files with 9 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "4.4.3.a6"
|
__version__ = "4.4.3.a7"
|
||||||
__codename__ = "Yeast Starter"
|
__codename__ = "Yeast Starter"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
typing-extensions>=4
|
typing-extensions>=4
|
||||||
aiohttp==3.9.4
|
aiohttp==3.9.5
|
||||||
aiohttp-auth==0.1.1
|
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
|
||||||
|
@ -8,7 +8,7 @@ aiohttp-swagger==1.0.16
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
aiojobs==1.2.1
|
aiojobs==1.2.1
|
||||||
aiosqlite==0.17.0
|
aiosqlite==0.17.0
|
||||||
cryptography==42.0.5
|
cryptography==42.0.8
|
||||||
pyopenssl==24.1.0
|
pyopenssl==24.1.0
|
||||||
requests==2.32.2
|
requests==2.32.2
|
||||||
voluptuous==0.14.2
|
voluptuous==0.14.2
|
||||||
|
@ -20,8 +20,8 @@ numpy==2.0.0
|
||||||
cbpi4gui
|
cbpi4gui
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
importlib_metadata==4.11.1
|
importlib_metadata==4.11.1
|
||||||
aiomqtt==2.1.0
|
aiomqtt==2.2.0
|
||||||
psutil==5.9.8
|
psutil==6.0.0
|
||||||
zipp>=0.5
|
zipp>=0.5
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
pytest-aiohttp
|
pytest-aiohttp
|
||||||
|
|
8
setup.py
8
setup.py
|
@ -39,7 +39,7 @@ setup(name='cbpi4',
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"typing-extensions>=4",
|
"typing-extensions>=4",
|
||||||
"aiohttp==3.9.4",
|
"aiohttp==3.9.5",
|
||||||
"aiohttp-auth==0.1.1",
|
"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",
|
||||||
|
@ -48,7 +48,7 @@ setup(name='cbpi4',
|
||||||
"async-timeout==4.0.3",
|
"async-timeout==4.0.3",
|
||||||
"aiojobs==1.2.1 ",
|
"aiojobs==1.2.1 ",
|
||||||
"aiosqlite==0.17.0",
|
"aiosqlite==0.17.0",
|
||||||
"cryptography==42.0.5",
|
"cryptography==42.0.8",
|
||||||
"pyopenssl==24.1.0",
|
"pyopenssl==24.1.0",
|
||||||
"requests==2.32.2",
|
"requests==2.32.2",
|
||||||
"voluptuous==0.14.2",
|
"voluptuous==0.14.2",
|
||||||
|
@ -56,10 +56,10 @@ setup(name='cbpi4',
|
||||||
'click==8.1.7',
|
'click==8.1.7',
|
||||||
'shortuuid==1.0.13',
|
'shortuuid==1.0.13',
|
||||||
'tabulate==0.9.0',
|
'tabulate==0.9.0',
|
||||||
'aiomqtt==2.1.0',
|
'aiomqtt==2.2.0',
|
||||||
'inquirer==3.2.4',
|
'inquirer==3.2.4',
|
||||||
'colorama==0.4.6',
|
'colorama==0.4.6',
|
||||||
'psutil==5.9.8',
|
'psutil==6.0.0',
|
||||||
'cbpi4gui',
|
'cbpi4gui',
|
||||||
'importlib_metadata',
|
'importlib_metadata',
|
||||||
'numpy==2.0.0',
|
'numpy==2.0.0',
|
||||||
|
|
Loading…
Reference in a new issue