mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-23 11:06:07 +02:00
81b99c0571
Full import audit found these packages used but missing from pyproject.toml — all silently broken in Docker: - meshtastic: MQTT protobuf decode (why US/LongFast chat was empty) - PyNaCl: DM sealed-box encryption - vaderSentiment: oracle sentiment analysis (unguarded, would crash)
35 lines
844 B
TOML
35 lines
844 B
TOML
[project]
|
|
name = "backend"
|
|
version = "0.9.6"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"apscheduler==3.10.3",
|
|
"beautifulsoup4>=4.9.0",
|
|
"cachetools==5.5.2",
|
|
"cloudscraper==1.2.71",
|
|
"cryptography>=41.0.0",
|
|
"fastapi==0.115.12",
|
|
"feedparser==6.0.10",
|
|
"httpx==0.28.1",
|
|
"playwright==1.50.0",
|
|
"playwright-stealth==1.0.6",
|
|
"pydantic==2.11.1",
|
|
"pydantic-settings==2.8.1",
|
|
"pystac-client==0.8.6",
|
|
"python-dotenv==1.2.2",
|
|
"requests==2.31.0",
|
|
"reverse-geocoder==1.5.1",
|
|
"sgp4==2.23",
|
|
"meshtastic>=2.5.0",
|
|
"orjson>=3.10.0",
|
|
"paho-mqtt>=1.6.0,<2.0.0",
|
|
"PyNaCl>=1.5.0",
|
|
"slowapi==0.1.9",
|
|
"vaderSentiment>=3.3.0",
|
|
"uvicorn==0.34.0",
|
|
"yfinance==0.2.54",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = ["pytest>=8.3.4", "pytest-asyncio==0.25.0", "ruff>=0.9.0", "black>=24.0.0"]
|