From decba7f7c823090374888305d8ac373f882b67a2 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 10 Mar 2026 15:01:38 -0400 Subject: [PATCH] chore: Pruned redundant FastAPI dependencies (watchgod, six, python-dotenv, itsdangerous, baize, async-timeout). --- conf/aether_fastapi_requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/aether_fastapi_requirements.txt b/conf/aether_fastapi_requirements.txt index 0307874..7b6c4cb 100644 --- a/conf/aether_fastapi_requirements.txt +++ b/conf/aether_fastapi_requirements.txt @@ -10,8 +10,8 @@ aiofiles argon2-cffi argon2-cffi-bindings # asgiref -async-timeout -baize # added 2023-08-17 +# async-timeout +# baize # added 2023-08-17 # certifi # cffi charset-normalizer @@ -30,7 +30,7 @@ httpcore httptools httpx idna -itsdangerous +# itsdangerous # Jinja2>=3.1.2 MarkupSafe mysqlclient @@ -47,7 +47,7 @@ pydantic==1.* # working 1.10.0, 1.10.15, 1.10.19; not 2.x.x PyJWT pyparsing python-dateutil -python-dotenv +# python-dotenv python-multipart pytz PyYAML @@ -55,7 +55,7 @@ qrcode redis[hiredis] # redis==5.0.0 hiredis==2.2.3 requests rfc3986 -six +# six sniffio SQLAlchemy==1.4.52 # working 1.4.52; (2.0.29) I am working with starlette # working ==0.26.1, 0.22.0; not working newest 0.37.2 @@ -67,7 +67,7 @@ uvicorn # working ==0.20.0 uvloop Wand watchfiles -watchgod +# watchgod websockets wrapt xlrd \ No newline at end of file