mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-12-21 21:14:54 +01:00
update requirements
This commit is contained in:
parent
e2bf72bbce
commit
e5b3954069
3 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
|||
__version__ = "4.4.7.a4"
|
||||
__version__ = "4.4.7.a5"
|
||||
__codename__ = "Yeast Starter"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
typing-extensions>=4
|
||||
aiohttp==3.10.11
|
||||
aiohttp==3.11.11
|
||||
aiohttp-auth==0.1.1
|
||||
aiohttp-route-decorator==0.1.4
|
||||
aiohttp-security==0.5.0
|
||||
|
@ -8,8 +8,8 @@ aiohttp-swagger==1.0.16
|
|||
async-timeout==4.0.3
|
||||
aiojobs==1.2.1
|
||||
aiosqlite==0.17.0
|
||||
cryptography==43.0.1
|
||||
pyopenssl==24.2.1
|
||||
cryptography==44.0.0
|
||||
pyopenssl==24.3.0
|
||||
requests==2.32.2
|
||||
voluptuous==0.14.2
|
||||
pyfiglet==1.0.2
|
||||
|
|
6
setup.py
6
setup.py
|
@ -39,7 +39,7 @@ setup(name='cbpi4',
|
|||
long_description_content_type='text/markdown',
|
||||
install_requires=[
|
||||
"typing-extensions>=4",
|
||||
"aiohttp==3.10.11",
|
||||
"aiohttp==3.11.11",
|
||||
"aiohttp-auth==0.1.1",
|
||||
"aiohttp-route-decorator==0.1.4",
|
||||
"aiohttp-security==0.5.0",
|
||||
|
@ -48,8 +48,8 @@ setup(name='cbpi4',
|
|||
"async-timeout==4.0.3",
|
||||
"aiojobs==1.2.1 ",
|
||||
"aiosqlite==0.17.0",
|
||||
"cryptography==43.0.1",
|
||||
"pyopenssl==24.2.1",
|
||||
"cryptography==44.0.0",
|
||||
"pyopenssl==24.3.0",
|
||||
"requests==2.32.2",
|
||||
"voluptuous==0.14.2",
|
||||
"pyfiglet==1.0.2",
|
||||
|
|
Loading…
Reference in a new issue