mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
update requirements
This commit is contained in:
parent
ab948d721d
commit
a29aded5d7
3 changed files with 9 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "4.4.0.a3"
|
__version__ = "4.4.0.a4"
|
||||||
__codename__ = "Yeast Starter"
|
__codename__ = "Yeast Starter"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
typing-extensions>=4
|
typing-extensions>=4
|
||||||
aiohttp==3.9.3
|
aiohttp==3.9.4
|
||||||
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
|
||||||
|
@ -9,12 +9,12 @@ 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.5
|
||||||
pyopenssl==24.0.0
|
pyopenssl==24.1.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
voluptuous==0.14.2
|
voluptuous==0.14.2
|
||||||
pyfiglet==1.0.2
|
pyfiglet==1.0.2
|
||||||
pandas==2.2.1
|
pandas==2.2.2
|
||||||
shortuuid==1.0.11
|
shortuuid==1.0.13
|
||||||
tabulate==0.9.0
|
tabulate==0.9.0
|
||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
cbpi4gui
|
cbpi4gui
|
||||||
|
|
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.3",
|
"aiohttp==3.9.4",
|
||||||
"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",
|
||||||
|
@ -49,12 +49,12 @@ setup(name='cbpi4',
|
||||||
"aiojobs==1.2.1 ",
|
"aiojobs==1.2.1 ",
|
||||||
"aiosqlite==0.17.0",
|
"aiosqlite==0.17.0",
|
||||||
"cryptography==42.0.5",
|
"cryptography==42.0.5",
|
||||||
"pyopenssl==24.0.0",
|
"pyopenssl==24.1.0",
|
||||||
"requests==2.31.0",
|
"requests==2.31.0",
|
||||||
"voluptuous==0.14.2",
|
"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.13',
|
||||||
'tabulate==0.9.0',
|
'tabulate==0.9.0',
|
||||||
'aiomqtt==2.0.1',
|
'aiomqtt==2.0.1',
|
||||||
'inquirer==3.2.4',
|
'inquirer==3.2.4',
|
||||||
|
@ -63,7 +63,7 @@ setup(name='cbpi4',
|
||||||
'cbpi4gui',
|
'cbpi4gui',
|
||||||
'importlib_metadata',
|
'importlib_metadata',
|
||||||
'numpy==1.26.4',
|
'numpy==1.26.4',
|
||||||
'pandas==2.2.1'] + (
|
'pandas==2.2.2'] + (
|
||||||
['rpi-lgpio'] if raspberrypi else [] ),
|
['rpi-lgpio'] if raspberrypi else [] ),
|
||||||
|
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
|
|
Loading…
Reference in a new issue