chore: Prune 4 transitive deps from requirements.txt

Removed MarkupSafe, rfc3986, sniffio, starlette — all pulled in
automatically as transitive dependencies of fastapi/httpx/anyio.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-03-10 18:58:39 -04:00
parent fc3277086f
commit 42aa318ba0

View File

@@ -24,7 +24,6 @@ httpx
idna idna
# itsdangerous # itsdangerous
# Jinja2 # Jinja2
MarkupSafe
mysqlclient mysqlclient
numpy numpy
openpyxl openpyxl
@@ -46,11 +45,8 @@ PyYAML
qrcode qrcode
redis[hiredis] redis[hiredis]
requests requests
rfc3986
# six # six
sniffio
SQLAlchemy==1.4.52 SQLAlchemy==1.4.52
starlette
stripe stripe
typing_extensions typing_extensions
ujson ujson