mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
update requirements to newer versions
This commit is contained in:
parent
4ce0540f98
commit
ab948d721d
3 changed files with 16 additions and 16 deletions
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "4.4.0.a1"
|
__version__ = "4.4.0.a3"
|
||||||
__codename__ = "Winter Storm"
|
__codename__ = "Yeast Starter"
|
||||||
|
|
||||||
|
|
|
@ -8,22 +8,22 @@ 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.4
|
cryptography==42.0.5
|
||||||
pyopenssl==24.0.0
|
pyopenssl==24.0.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
voluptuous==0.13.1
|
voluptuous==0.14.2
|
||||||
pyfiglet==1.0.2
|
pyfiglet==1.0.2
|
||||||
pandas==1.5.3
|
pandas==2.2.1
|
||||||
shortuuid==1.0.11
|
shortuuid==1.0.11
|
||||||
tabulate==0.9.0
|
tabulate==0.9.0
|
||||||
numpy==1.24.1
|
numpy==1.26.4
|
||||||
cbpi4gui
|
cbpi4gui
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
importlib_metadata==4.11.1
|
importlib_metadata==4.11.1
|
||||||
aiomqtt==2.0.0
|
aiomqtt==2.0.1
|
||||||
psutil==5.9.6
|
psutil==5.9.8
|
||||||
zipp>=0.5
|
zipp>=0.5
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
pytest-aiohttp
|
pytest-aiohttp
|
||||||
coverage==6.3.1
|
coverage==6.3.1
|
||||||
inquirer==3.1.3
|
inquirer==3.2.4
|
||||||
|
|
14
setup.py
14
setup.py
|
@ -48,22 +48,22 @@ 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.4",
|
"cryptography==42.0.5",
|
||||||
"pyopenssl==24.0.0",
|
"pyopenssl==24.0.0",
|
||||||
"requests==2.31.0",
|
"requests==2.31.0",
|
||||||
"voluptuous==0.13.1",
|
"voluptuous==0.14.2",
|
||||||
"pyfiglet==1.0.2",
|
"pyfiglet==1.0.2",
|
||||||
'click==8.1.7',
|
'click==8.1.7',
|
||||||
'shortuuid==1.0.11',
|
'shortuuid==1.0.11',
|
||||||
'tabulate==0.9.0',
|
'tabulate==0.9.0',
|
||||||
'aiomqtt==2.0.0',
|
'aiomqtt==2.0.1',
|
||||||
'inquirer==3.1.3',
|
'inquirer==3.2.4',
|
||||||
'colorama==0.4.6',
|
'colorama==0.4.6',
|
||||||
'psutil==5.9.6',
|
'psutil==5.9.8',
|
||||||
'cbpi4gui',
|
'cbpi4gui',
|
||||||
'importlib_metadata',
|
'importlib_metadata',
|
||||||
'numpy==1.24.1',
|
'numpy==1.26.4',
|
||||||
'pandas==1.5.3'] + (
|
'pandas==2.2.1'] + (
|
||||||
['rpi-lgpio'] if raspberrypi else [] ),
|
['rpi-lgpio'] if raspberrypi else [] ),
|
||||||
|
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
|
|
Loading…
Reference in a new issue