mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
updated requirements.txt
This commit is contained in:
parent
1f7cd381ad
commit
d6316a13f6
1 changed files with 11 additions and 11 deletions
|
@ -1,27 +1,27 @@
|
||||||
typing-extensions>=4
|
typing-extensions>=4
|
||||||
aiohttp==3.8.1
|
aiohttp==3.8.3
|
||||||
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.4.0
|
aiohttp-security==0.4.0
|
||||||
aiohttp-session==2.11.0
|
aiohttp-session==2.12.0
|
||||||
aiohttp-swagger==1.0.16
|
aiohttp-swagger==1.0.16
|
||||||
aiojobs==1.0.0
|
aiojobs==1.1.0
|
||||||
aiosqlite==0.17.0
|
aiosqlite==0.17.0
|
||||||
cryptography==36.0.1
|
cryptography==38.0.4
|
||||||
requests==2.27.1
|
requests==2.28.1
|
||||||
voluptuous==0.12.2
|
voluptuous==0.13.1
|
||||||
pyfiglet==0.8.post1
|
pyfiglet==0.8.post1
|
||||||
pandas==1.4.1
|
pandas==1.4.1
|
||||||
shortuuid==1.0.8
|
shortuuid==1.0.11
|
||||||
tabulate==0.8.9
|
tabulate==0.9.0
|
||||||
numpy==1.22.2
|
numpy==1.22.2
|
||||||
cbpi4gui
|
cbpi4gui
|
||||||
click==8.0.4
|
click==8.1.3
|
||||||
importlib_metadata==4.11.1
|
importlib_metadata==4.11.1
|
||||||
asyncio-mqtt
|
asyncio-mqtt
|
||||||
psutil==5.9.0
|
psutil==5.9.4
|
||||||
zipp>=0.5
|
zipp>=0.5
|
||||||
PyInquirer==1.0.3
|
PyInquirer==1.0.3
|
||||||
colorama==0.4.4
|
colorama==0.4.6
|
||||||
pytest-aiohttp
|
pytest-aiohttp
|
||||||
coverage==6.3.1
|
coverage==6.3.1
|
||||||
|
|
Loading…
Reference in a new issue