mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.19.0 to 0.24.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.19.0...v0.24.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
# FastAPI and Server
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
python-multipart==0.0.22
|
|
|
|
# Database
|
|
sqlalchemy==2.0.23
|
|
alembic==1.18.4
|
|
psycopg2-binary==2.9.11
|
|
asyncpg==0.29.0
|
|
aiosqlite==0.22.1
|
|
|
|
# Authentication & Security
|
|
python-jose[cryptography]==3.5.0
|
|
passlib[bcrypt]==1.7.4
|
|
bcrypt==4.1.1
|
|
pyjwt==2.11.0
|
|
|
|
# Redis Cache
|
|
redis==7.3.0
|
|
hiredis==3.3.0
|
|
|
|
# AWS S3 for File Storage
|
|
boto3==1.35.99
|
|
botocore==1.42.66
|
|
|
|
# Email
|
|
email-validator==2.3.0
|
|
emails==0.6.0
|
|
jinja2==3.1.6
|
|
|
|
# WebSockets
|
|
websockets==12.0
|
|
|
|
# Utilities
|
|
python-dotenv==1.2.2
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.13.1
|
|
psutil==7.2.2
|
|
|
|
# HTTP Client
|
|
httpx==0.25.2
|
|
aiohttp==3.13.3
|
|
|
|
# Crypto/Blockchain
|
|
cryptography==46.0.5
|
|
ecdsa==0.19.1
|
|
hashlib-additional==1.1
|
|
|
|
# Testing
|
|
pytest==9.0.2
|
|
pytest-asyncio==0.21.1
|
|
pytest-cov==4.1.0
|
|
httpx==0.25.2
|
|
|
|
# Monitoring
|
|
prometheus-client==0.24.1
|
|
|
|
# CORS (handled by Starlette/FastAPI)
|
|
# Dependency removed because package does not exist on PyPI.
|
|
|
|
# New API Integrations (Railway, Vercel, Stripe, Twilio, Slack, Discord, Sentry)
|
|
# Note: Most integrations use httpx (already included above)
|
|
# Additional packages for specific integrations:
|
|
stripe==14.4.1
|
|
sentry-sdk==1.45.1
|