mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
updated packages requirements to latest available packages
This commit is contained in:
parent
6cd2988ec9
commit
1f7cd381ad
2 changed files with 12 additions and 12 deletions
|
@ -1,3 +1,3 @@
|
|||
__version__ = "4.0.7"
|
||||
__version__ = "4.0.8.a1"
|
||||
__codename__ = "November Rain"
|
||||
|
||||
|
|
22
setup.py
22
setup.py
|
@ -39,25 +39,25 @@ setup(name='cbpi4',
|
|||
long_description_content_type='text/markdown',
|
||||
install_requires=[
|
||||
"typing-extensions>=4",
|
||||
"aiohttp==3.8.1",
|
||||
"aiohttp==3.8.3",
|
||||
"aiohttp-auth==0.1.1",
|
||||
"aiohttp-route-decorator==0.1.4",
|
||||
"aiohttp-security==0.4.0",
|
||||
"aiohttp-session==2.11.0",
|
||||
"aiohttp-session==2.12.0",
|
||||
"aiohttp-swagger==1.0.16",
|
||||
"aiojobs==1.0.0 ",
|
||||
"aiojobs==1.1.0 ",
|
||||
"aiosqlite==0.17.0",
|
||||
"cryptography==36.0.1",
|
||||
"requests==2.27.1",
|
||||
"voluptuous==0.12.2",
|
||||
"cryptography==38.0.4",
|
||||
"requests==2.28.1",
|
||||
"voluptuous==0.13.1",
|
||||
"pyfiglet==0.8.post1",
|
||||
'click==8.0.4',
|
||||
'shortuuid==1.0.8',
|
||||
'tabulate==0.8.9',
|
||||
'click==8.1.3',
|
||||
'shortuuid==1.0.11',
|
||||
'tabulate==0.9.0',
|
||||
'asyncio-mqtt',
|
||||
'PyInquirer==1.0.3',
|
||||
'colorama==0.4.4',
|
||||
'psutil==5.9.0',
|
||||
'colorama==0.4.6',
|
||||
'psutil==5.9.4',
|
||||
'cbpi4gui',
|
||||
'importlib_metadata',
|
||||
'numpy==1.22.2',
|
||||
|
|
Loading…
Reference in a new issue