From ce898250ddef79a49ac426c65e6f3ad0f2757175 Mon Sep 17 00:00:00 2001 From: Natan Keddem Date: Sat, 2 Mar 2024 21:59:46 -0500 Subject: [PATCH] updated requirements --- requirements.txt | 62 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index aa0ef56..c175e20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,60 @@ +aiofiles==23.2.1 +aiohttp==3.9.3 +aiosignal==1.3.1 +annotated-types==0.6.0 +anyio==4.3.0 APScheduler==3.10.4 -SQLAlchemy==2.0.22 +asyncssh==2.14.0 +attrs==23.2.0 +bidict==0.23.1 +certifi==2024.2.2 +cffi==1.16.0 +click==8.1.7 +colorama==0.4.6 cron-descriptor==1.4.0 cron-validator==1.0.8 -nicegui==1.4.3 -zfs-autobackup==3.2 -netifaces==0.11.0 -asyncssh==2.14.0 \ No newline at end of file +cryptography==42.0.5 +docutils==0.19 +fastapi==0.109.2 +frozenlist==1.4.1 +greenlet==3.0.3 +h11==0.14.0 +httpcore==1.0.4 +httptools==0.6.1 +httpx==0.27.0 +idna==3.6 +ifaddr==0.2.0 +itsdangerous==2.1.2 +Jinja2==3.1.3 +markdown2==2.4.13 +MarkupSafe==2.1.5 +multidict==6.0.5 +nicegui==1.4.17 +orjson==3.9.15 +pscript==0.7.7 +pycparser==2.21 +pydantic==2.6.3 +pydantic_core==2.16.3 +Pygments==2.17.2 +python-dateutil==2.9.0.post0 +python-dotenv==1.0.1 +python-engineio==4.9.0 +python-multipart==0.0.9 +python-socketio==5.11.1 +pytz==2024.1 +PyYAML==6.0.1 +simple-websocket==1.0.0 +six==1.16.0 +sniffio==1.3.1 +SQLAlchemy==2.0.22 +starlette==0.36.3 +typing_extensions==4.10.0 +tzlocal==5.2 +uvicorn==0.27.1 +uvloop==0.19.0 +vbuild==0.8.2 +watchfiles==0.21.0 +websockets==12.0 +wsproto==1.2.0 +yarl==1.9.4 +zfs-autobackup==3.2 \ No newline at end of file